2021-03-17 20:32:52 -04:00
|
|
|
-- npm install -g vim-language-server
|
2021-03-25 19:58:40 -04:00
|
|
|
require'lspconfig'.vimls.setup {
|
|
|
|
cmd = {DATA_PATH .. "/lspinstall/vim/node_modules/.bin/vim-language-server", "--stdio"},
|
|
|
|
on_attach = require'lsp'.common_on_attach
|
|
|
|
}
|