Added new plugin and ls

This commit is contained in:
2024-09-21 22:17:31 +02:00
parent b16d1e63de
commit f0fa445da0
3 changed files with 21 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ return {
vim.fn.sign_define(hl, { text = icon, texthl = hl, numhl = "" })
end
local defaultLsps = { "html", "cssls", "pyright", "jsonls", "rust_analyzer", "yamlls", "eslint" }
local defaultLsps = { "html", "cssls", "pyright", "jsonls", "rust_analyzer", "yamlls", "eslint", "bashls" }
for _, lsp in ipairs(defaultLsps) do
lspconfig[lsp].setup({