lspconfig : add bash lsp

This commit is contained in:
siduck76 2021-04-26 13:56:27 +05:30
parent 81801c8c33
commit c09c0ebc3a
3 changed files with 10 additions and 6 deletions

View file

@ -39,7 +39,7 @@ function on_attach(client)
end
local lspconf = require "lspconfig"
local servers = {"html", "cssls", "tsserver", "pyright"}
local servers = {"html", "cssls", "tsserver", "pyright" , "bashls"}
for k, lang in pairs(servers) do
lspconf[lang].setup {