AutoYADM commit: 2024-12-18 19:05:04
This commit is contained in:
parent
84f6f919ff
commit
18fb91be5c
2 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
"mfussenegger/nvim-lint",
|
||||||
|
opts = {
|
||||||
|
linters_by_ft = {
|
||||||
|
markdown = { "vale" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{ "williamboman/mason.nvim", opts = {
|
||||||
|
ensure_installed = { "vale" },
|
||||||
|
} },
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue