Added mason config
This commit is contained in:
9
.config/nvim/lua/plugins/mason.lua
Normal file
9
.config/nvim/lua/plugins/mason.lua
Normal file
@ -0,0 +1,9 @@
|
||||
return {
|
||||
"williamboman/mason.nvim",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"gofumpt",
|
||||
"prettierd",
|
||||
},
|
||||
},
|
||||
}
|
@ -11,6 +11,9 @@ return {
|
||||
"svelte",
|
||||
"json",
|
||||
"go",
|
||||
"gomod",
|
||||
"gowork",
|
||||
"gosum",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user