Improved configuration
This commit is contained in:
parent
33708b313f
commit
09e0d65d2f
12 changed files with 62 additions and 43 deletions
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",
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue