AutoYADM commit: 2025-01-03 10:15:02

This commit is contained in:
Daniel Fichtinger 2025-01-03 10:15:02 -05:00
parent 69d28f23ef
commit c1af6e4668
No known key found for this signature in database
GPG key ID: D1B0947B25420214
4 changed files with 8 additions and 5 deletions

View file

@ -8,7 +8,10 @@ return {
},
},
},
{ "williamboman/mason.nvim", opts = {
ensure_installed = { "vale" },
} },
{
"williamboman/mason.nvim",
opts = {
-- ensure_installed = { "vale" },
},
},
}