Added mason config

This commit is contained in:
Eduard Urbach 2023-07-29 21:09:24 +02:00
parent c55f4e16db
commit d4037b02a5
Signed by: eduard
GPG key ID: 49226B848C78F6C8
3 changed files with 13 additions and 0 deletions

View file

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