Added new plugin and ls
This commit is contained in:
@@ -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({
|
||||
|
||||
@@ -34,6 +34,7 @@ return {
|
||||
"eslint",
|
||||
"rust_analyzer",
|
||||
"yamlls",
|
||||
"bashls",
|
||||
},
|
||||
automatic_installation = true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user