Closed Amparose closed 2 years ago
That was fun... it's a very weird bug. Good news is I think I found the cause... bad news is probably need to reinstall vimls
.
So, after you get the error message uninstall vimls
with this.
:LspUninstall --sync vimls
Update lsp-zero
to download the recent commit (7f0d541) and restart neovim. Install vimls
:
:LspInstall --sync vimls
Hopefully this will download vimls
with the "right state". At this point you can either start the server manually with:
:LspZeroSetupServers vimls
Or restart neovim.
Just tried it @VonHeikemen and looks like that fixes the issue. Awesome work and thank you for the fix!
I have just installed with vim-plug, using "recommended" on Neviom 0.7. After being asked if I want to install a vim LSP when opening my config, I selected yes. When I relaunch and open a vim file I get a console message:
Isn't this plugin meant to manage all of this? Not sure how to fix this.