From 6df3ba48b7113a7274bc136f8637a21eec57d8cb Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Mon, 16 Dec 2024 15:17:08 +0100 Subject: [PATCH] feat(lsp): add `bashls` --- lua/lsp.lua | 1 + 1 file changed, 1 insertion(+) 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 = {},