update
This commit is contained in:
parent
3246f5e822
commit
c409b9995e
5 changed files with 152 additions and 165 deletions
28
.config/nvim/lua/plugins/mason.lua
Normal file
28
.config/nvim/lua/plugins/mason.lua
Normal 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" },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue