LSP working for Vimscript

This commit is contained in:
Radon Rosborough 2020-07-09 12:53:29 -06:00
parent 240dead914
commit 3ff89c5124
2 changed files with 4 additions and 0 deletions

View File

@ -1092,6 +1092,7 @@ END
repl: "vim",
main: "main.vim",
run: `vim -c "$(< main.vim)"`,
lsp: "vim-language-server --stdio",
template: `:echo "Hello, world!"
`,
},

View File

@ -73,6 +73,9 @@ luarocks install digestif
# TypeScript
npm install -g ts-node typescript
# Vim
npm install -g vim-language-server
# Whitespace
pip3 install whitespace