vim-lsp-settings icon indicating copy to clipboard operation
vim-lsp-settings copied to clipboard

There's no installer for vimscript-language-server

Open pusewicz opened this issue 11 months ago • 4 comments

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?

pusewicz avatar Sep 22 '23 10:09 pusewicz

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

mattn avatar Sep 22 '23 11:09 mattn

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

pusewicz avatar Sep 22 '23 14:09 pusewicz

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

mattn avatar Sep 22 '23 14:09 mattn

Right, I wanted to use the :LspInstallServer.

pusewicz avatar Sep 22 '23 16:09 pusewicz