vim-language-server icon indicating copy to clipboard operation
vim-language-server copied to clipboard

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

Open Unaimend opened this issue 1 year ago • 1 comments

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

Unaimend avatar Dec 17 '23 19:12 Unaimend

The doc. Change it to vimls. @Unaimend

LZDQ avatar May 04 '24 15:05 LZDQ