AutoYADM commit: 2024-12-18 19:05:04

This commit is contained in:
Daniel Fichtinger 2024-12-18 19:05:04 -05:00
parent 84f6f919ff
commit 18fb91be5c
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,13 @@
return {
{
"mfussenegger/nvim-lint",
opts = {
linters_by_ft = {
markdown = { "vale" },
},
},
},
{ "williamboman/mason.nvim", opts = {
ensure_installed = { "vale" },
} },
}