lspconfig : add bash lsp
This commit is contained in:
parent
81801c8c33
commit
c09c0ebc3a
3 changed files with 10 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue