I want to update the LSP in LunarVim and I think it is not :LspUpdate. It would be a great help if I get a command to update all LSP servers.
Tried using :LspUpdate
I want to update the LSP in LunarVim and I think it is not :LspUpdate. It would be a great help if I get a command to update all LSP servers.
Tried using :LspUpdate
To update a LSP you can use the install command.
The Lsp you are using will change depending on what language you are using and some languages have multiple installed but here is an example for jedi-language-server which is a python language server if you want to get more specific than LspInstall.
To view your installed language servers you can use
:Masonto bring up a GUI to view the installed servers.Additionally, if you would like to install a specific version you can specify with the
@sign for example:I recommend looking at
:h Masonfor more information on Mason which manages LSPs, Linters, etc. inside of LunarVim.