iamcco / vim-language-server

VImScript language server, LSP for vim script
502 stars 16 forks source link

Just aquick question. How do I get this to run with nvim-lsp #96

Closed Unaimend closed 4 weeks ago

Unaimend commented 9 months ago

I tried lspconfig.vim-language-server.setup{} which lua obv. did not like due to the - in the name. Then I just symlinked vim-language-server to vlsp and tried lspconfig.vlsp.setup{}

But this results in this error [lspconfig] Cannot access configuration for vlsp. Ensure this server is listed in server_configurations.md or added as a custom server.

I googled the error but did not find any useful information

LZDQ commented 4 months ago

The doc. Change it to vimls. @Unaimend