AutoYADM commit: 2024-11-19 17:00:02
This commit is contained in:
parent
0f8dbf7f8a
commit
51f3f4e7b6
2 changed files with 15 additions and 7 deletions
|
@ -6,7 +6,7 @@ local extraOpts = {
|
|||
"en-CA",
|
||||
},
|
||||
path = vim.fn.expand("~") .. "/.local/share/ltex",
|
||||
-- log_level = "warn",
|
||||
log_level = "warn",
|
||||
}
|
||||
return {
|
||||
{
|
||||
|
@ -23,6 +23,7 @@ return {
|
|||
end,
|
||||
settings = {
|
||||
ltex = {
|
||||
completionEnabled = true,
|
||||
language = { "en", "en-US", "en-CA" },
|
||||
enabled = {
|
||||
"latex",
|
||||
|
@ -31,13 +32,20 @@ return {
|
|||
"md",
|
||||
"markdown",
|
||||
},
|
||||
checkFrequency = { "save" },
|
||||
markdown = {
|
||||
nodes = {
|
||||
CodeBlock = "ignore",
|
||||
FencedCodeBlock = "ignore",
|
||||
AutoLink = "dummy",
|
||||
Code = "dummy",
|
||||
},
|
||||
},
|
||||
checkFrequency = { "edit" },
|
||||
diagnosticSeverity = "information",
|
||||
sentencetCacheSize = 5000,
|
||||
-- additionalRules = {
|
||||
-- enablePickyRules = true,
|
||||
-- motherTongue = "en",
|
||||
-- },
|
||||
additionalRules = {
|
||||
enablePickyRules = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue