Vimscript#
Server#
For more information about the LSP server, check vim-language-server.
Installation#
This Server supports automatic install.
Install this language server with M-xlsp-install-server
RETvimls
RET.
npm install -g vim-language-server
Debugger: n/a#
Available configurations#
lsp-clients-vim-executable
#
Default: (vim-language-server --stdio)
Command to start the vim language server.
lsp-clients-vim-initialization-options
#
Default: ((iskeyword . vim iskeyword option) (vimruntime . /usr/bin/vim) (runtimepath . /usr/bin/vim) (diagnostic (enable . t)) (indexes (runtimepath . t) (gap . 100) (count . 3)) (suggest (fromVimruntime . t) (fromRuntimepath . :json-false)))
Initialization options for vim language server.
Last update: April 15, 2021