VIM: Adds bash language server support

This commit is contained in:
Jonathan Hodgson 2020-10-06 13:20:48 +01:00
parent 1e7a7680d5
commit 337e1c2354

View file

@ -3,6 +3,8 @@ if !has('nvim')
finish
endif
lua <<EOF
-- Bash Language Server
require'nvim_lsp'.bashls.setup{}
-- Go Language Server
require'nvim_lsp'.gopls.setup{}
-- Vim Language Server