Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 382 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 382 Bytes

vim-lsp-bash

Sets up vim-lsp for Bash script.

Installing

Install bash language server using npm:

npm install -g bash-language-server

Install the vim plugins:

" Dependencies
Plug 'prabirshrestha/async.vim'
Plug 'prabirshrestha/vim-lsp'

Plug 'lgranie/vim-lsp-bash'

License

MIT