add bashls language server

This commit is contained in:
dario 2025-04-13 17:01:26 +02:00 committed by dasvh
parent a44c559d1d
commit 285cc4c546
1 changed files with 1 additions and 0 deletions

View File

@ -643,6 +643,7 @@ require('lazy').setup({
local servers = { local servers = {
-- clangd = {}, -- clangd = {},
gopls = {}, gopls = {},
bashls = {},
-- pyright = {}, -- pyright = {},
-- rust_analyzer = {}, -- rust_analyzer = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs