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

This commit is contained in:
Daniel Fichtinger 2024-12-18 19:15:06 -05:00
parent 404d5111b3
commit 0f1f6e7765
2 changed files with 3 additions and 2 deletions

View file

@ -49,6 +49,7 @@ return {
sentencetCacheSize = 5000, sentencetCacheSize = 5000,
additionalRules = { additionalRules = {
enablePickyRules = true, enablePickyRules = true,
languageModel = "~/ngrams/",
}, },
}, },
}, },

View file

@ -3,8 +3,8 @@ return {
"mfussenegger/nvim-lint", "mfussenegger/nvim-lint",
opts = { opts = {
linters_by_ft = { linters_by_ft = {
markdown = { "vale" }, -- markdown = { "vale" },
tex = { "vale" }, -- tex = { "vale" },
}, },
}, },
}, },