LSP working for Vimscript
This commit is contained in:
parent
240dead914
commit
3ff89c5124
|
@ -1092,6 +1092,7 @@ END
|
|||
repl: "vim",
|
||||
main: "main.vim",
|
||||
run: `vim -c "$(< main.vim)"`,
|
||||
lsp: "vim-language-server --stdio",
|
||||
template: `:echo "Hello, world!"
|
||||
`,
|
||||
},
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue