mattn / vim-lsp-settings

Auto configurations for Language Server for vim-lsp
MIT License
1.27k stars 229 forks source link

Managing upgrades of installed servers #686

Open z0rc opened 1 year ago

z0rc commented 1 year ago

This plugin solves day-one operations, mainly installing missing LSP servers. What about day-two operations, like detection of new server versions, notifications about updates, upgrading installed servers?

I can probably subscribe in github to release notifications about lsp servers and remember to do :LspUninstallServer followed bt :LspInstallServer manually next time I'm working with relevant filetype. Are there plans to automate at least some of this within plugin?