AutoYADM commit: 2024-12-18 19:15:05
This commit is contained in:
parent
404d5111b3
commit
0f1f6e7765
2 changed files with 3 additions and 2 deletions
|
@ -49,6 +49,7 @@ return {
|
|||
sentencetCacheSize = 5000,
|
||||
additionalRules = {
|
||||
enablePickyRules = true,
|
||||
languageModel = "~/ngrams/",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -3,8 +3,8 @@ return {
|
|||
"mfussenegger/nvim-lint",
|
||||
opts = {
|
||||
linters_by_ft = {
|
||||
markdown = { "vale" },
|
||||
tex = { "vale" },
|
||||
-- markdown = { "vale" },
|
||||
-- tex = { "vale" },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue