Added plugin to mason
This commit is contained in:
parent
954c0e6f67
commit
dd7a740871
@ -8,11 +8,15 @@ return {
|
||||
-- add more things to the ensure_installed table protecting against community packs modifying it
|
||||
opts.ensure_installed = require("astronvim.utils").list_insert_unique(opts.ensure_installed, {
|
||||
"lua_ls",
|
||||
"clangd",
|
||||
"pyright",
|
||||
"cssls",
|
||||
"html",
|
||||
"jsonls",
|
||||
"clangd",
|
||||
"marksman",
|
||||
"bashls",
|
||||
"dockerls",
|
||||
"openscad_lsp",
|
||||
})
|
||||
end,
|
||||
},
|
||||
@ -26,6 +30,10 @@ return {
|
||||
"prettier",
|
||||
"clang-format",
|
||||
"black",
|
||||
"flake8",
|
||||
"markdownlint",
|
||||
"beautysh",
|
||||
"stylua",
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user