lsp in ftplugin austonautomoy

This commit is contained in:
christianchiarulli 2021-07-01 23:42:26 -04:00
parent 9bb4f8a085
commit 20ed47e21e
45 changed files with 404 additions and 142 deletions

View file

@ -1,5 +0,0 @@
-- 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
}