Improved configuration
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 {
|
||||
"williamboman/mason.nvim",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
-- Go
|
||||
"gofumpt",
|
||||
-- HTML, CSS, JS, TS, JSON, Markdown, YAML
|
||||
"prettierd",
|
||||
-- Bash
|
||||
"shfmt",
|
||||
-- Lua
|
||||
"stylua",
|
||||
},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user