From d327851de41119d12dfea3181149dbe2377c4236 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sat, 8 Nov 2025 18:15:47 +0100 Subject: [PATCH] feat(lsp): add bash-language-server. --- lua/plugins/lsp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 562856b..4e8d4b4 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -27,6 +27,7 @@ vim.lsp.enable({ "ruff", "basedpyright", "yamlls", + "bashls", }) -- diagnostic settings