diff --git a/lua/lsp.lua b/lua/lsp.lua index 9a2f98e..6680ab2 100644 --- a/lua/lsp.lua +++ b/lua/lsp.lua @@ -92,6 +92,7 @@ require('mason-lspconfig').setup() -- define the property 'filetypes' to the map in question. local servers = { clangd = {}, + bashls = {}, -- gopls = {}, pyright = {}, -- rust_analyzer = {},