Messes with lots of files after lots of tweaking
This commit is contained in:
15
.config/nvim/lua/plugins/mason.lua
Normal file
15
.config/nvim/lua/plugins/mason.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
return {
|
||||
"mason-org/mason.nvim",
|
||||
opts = {
|
||||
opts_extend = { "ensure_installed" },
|
||||
ensure_installed = {
|
||||
"lua-language-server",
|
||||
"bash-language-server",
|
||||
"shellcheck",
|
||||
"shfmt",
|
||||
"stylua",
|
||||
"groovy-language-server",
|
||||
"npm-groovy-lint",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user