David Daniel
David Daniel
Is there any plan to work on this? I would appreciate this feature very much.
The thing is that this does not happen when Tagbar is closed. It only happens when the Tagbar is opened. But I will try to disable other plugins and check.
The problem occurs by the combination of `antoinemadec/FixCursorHold.nvim` and Tagbar. As I have just seen the FixCursorHold Plugin will be unnecessary starting with neovim 0.8. But currently for me the...
I can confirm that the issue is gone with the current nightly build of neovim (`NVIM v0.8.0-dev-1132-g37a71d1f2`) and not using the `FixCursorHold` plugin (as it states that it will be...
This does not only happen when using a custom script, it also happens when using a multibranch pipeline. ``` ... Triggered by GitLab Merge Request #140: handle-error-on-output => master ......
`/mnt/cifs/Products` is a systemd auto-mounted directory driven by a corresponding entry in `/etc/fstab`. Because of the entry `- /mnt` in the list it is expected to be excluded from the...
> BTW, if you do not use `!`, borg will trigger the auto-mounting while recursing - is that what you want? Thanks for the tip, didn't know that. Here I...
Thank you for the idea. I found the following solution that actually even better matches my needs - just like you suggested with `!`, that way I don't get the...
Ok, I understand. Sort of a special case with the automounter in place here. Still a warning for an excluded directory though.
I have the same question - how to turn off linting, the above snippet and the documented setting does not work for me: ```lua lspconfig.neocmake.setup {init_options = {lint = {enable...