summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/lsp/vim-ls.lua
blob: 39beb1194ebc2a4e6190ca3e0c31b5e5f4912e44 (plain)
1
2
3
4
5
-- npm install -g vim-language-server
require'lspconfig'.vimls.setup {
    cmd = {DATA_PATH .. "/lspinstall/vim/node_modules/.bin/vim-language-server", "--stdio"},
    on_attach = require'lsp'.common_on_attach
}