From 285cc4c546adc90b63dc163340e5fce6276a0af3 Mon Sep 17 00:00:00 2001 From: dario Date: Sun, 13 Apr 2025 17:01:26 +0200 Subject: [PATCH] add bashls language server --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 28813d2c..80f81fdf 100644 --- a/init.lua +++ b/init.lua @@ -643,6 +643,7 @@ require('lazy').setup({ local servers = { -- clangd = {}, gopls = {}, + bashls = {}, -- pyright = {}, -- rust_analyzer = {}, -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs