You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I commit a file change(:w) in neovim. zls automatically opens a Location List at the bottom of by current buffer. I have configured my location list with lsp diagnostics but I like to keep the loclist without any distractions. But zls is very forceful about it that it opens it up when there's an error and closes it when there are 0 errors. This makes the saves take longer and gives a laggy experience. Please disable loclist by default in zls.
For Context, I am using the lastest zls (zls-git from AUR) and zig (zig-bin from AUR) on my machine and I installed zls in neovim using Mason.
The text was updated successfully, but these errors were encountered:
I don't believe that's a zig.vim issue since I'm not using it but have the same problem
It is a zig.vim issue, this line (which I stole from zig.vim repo) helped me with it:
let g:zig_fmt_autosave = 0
I assume some distros automatically install zig.vim with zig
Whenever I commit a file change(:w) in neovim. zls automatically opens a Location List at the bottom of by current buffer. I have configured my location list with lsp diagnostics but I like to keep the loclist without any distractions. But zls is very forceful about it that it opens it up when there's an error and closes it when there are 0 errors. This makes the saves take longer and gives a laggy experience. Please disable loclist by default in zls.
For Context, I am using the lastest zls (
zls-git
from AUR) and zig (zig-bin
from AUR) on my machine and I installed zls in neovim using Mason.The text was updated successfully, but these errors were encountered: