Added mason config

This commit is contained in:
2023-07-29 21:09:24 +02:00
parent ce95929a16
commit 2425836f35
3 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,9 @@
return {
"williamboman/mason.nvim",
opts = {
ensure_installed = {
"gofumpt",
"prettierd",
},
},
}