feat(lsp): add bashls

This commit is contained in:
Fabrice Mouhartem 2024-12-16 15:17:08 +01:00
parent 765f2c3648
commit 6df3ba48b7
Signed by: fmouhart
GPG Key ID: 2C5033B228CFE4E7

View File

@ -92,6 +92,7 @@ require('mason-lspconfig').setup()
-- define the property 'filetypes' to the map in question. -- define the property 'filetypes' to the map in question.
local servers = { local servers = {
clangd = {}, clangd = {},
bashls = {},
-- gopls = {}, -- gopls = {},
pyright = {}, pyright = {},
-- rust_analyzer = {}, -- rust_analyzer = {},