This commit is contained in:
DeveloperDurp 2025-05-18 08:49:05 -05:00
parent 3246f5e822
commit c409b9995e
5 changed files with 152 additions and 165 deletions

View file

@ -0,0 +1,28 @@
return {
{
"mason-org/mason.nvim",
version = "^1.0.0",
opts = {
ensure_installed = {
--"gopls",
--"rust-analyzer",
--"pyright",
--"mypy",
--"ruff",
--"black",
--"debugpy",
"powershell-editor-services",
"bash-language-server",
--"eslint-lsp",
--"js-debug-adapter",
--"prettier",
--"typescript-language-server",
--"stylua",
--"shellcheck",
--"shfmt",
--"flake8",
},
},
},
{ "mason-org/mason-lspconfig.nvim", version = "^1.0.0" },
}