initial deploy of Vale linter

This commit is contained in:
DanRoscigno 2023-06-30 22:02:16 -04:00
parent 22324d9913
commit c604d1f533
3 changed files with 63 additions and 0 deletions

View file

@ -0,0 +1,10 @@
return {
{
"dense-analysis/ale",
config = function()
require("config.ale")
end,
},
}