From cd8a43bef033341f176d755ae68925dabd5493c4 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Thu, 7 Nov 2024 14:59:22 +0100 Subject: [PATCH] Bashls --- lua/plugins/nvim-lspconfig.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/nvim-lspconfig.lua b/lua/plugins/nvim-lspconfig.lua index 3598b04..5af83af 100644 --- a/lua/plugins/nvim-lspconfig.lua +++ b/lua/plugins/nvim-lspconfig.lua @@ -172,6 +172,7 @@ return { -- LSP Configuration & Plugins rust_analyzer = {}, zls = {}, jdtls = {}, + bashls = {}, -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs -- -- Some languages (like typescript) have entire language plugins that can be useful: