mattn / vim-lsp-settings

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

There's no installer for vimscript-language-server #701

Open pusewicz opened 10 months ago

pusewicz commented 10 months ago

https://github.com/mattn/vim-lsp-settings/blob/master/settings.json#L1684-L1695

I'm happy to open a PR, but not sure how this should be installed?

mattn commented 10 months ago

As far as I can see that built vimscript-language-server on my environment, following executable should be used for.

vimscript-format vimscript-language-server vimscript-lint lsp-tee

pusewicz commented 10 months ago

@mattn I get an error saying that it could not install the server and :messages does not return anything.

mattn commented 10 months ago

What method do you use to install? I did simply cargo build.

pusewicz commented 10 months ago

Right, I wanted to use the :LspInstallServer.