AutoYADM commit: 2024-12-26 23:15:02

This commit is contained in:
Daniel Fichtinger 2024-12-26 23:15:02 -05:00
parent ccd050d646
commit c9a16cecc2

View file

@ -2,8 +2,6 @@ local extraOpts = {
init_check = true, init_check = true,
load_langs = { load_langs = {
"en", "en",
"en-US",
"en-CA",
}, },
path = vim.fn.expand("~") .. "/.config/ltex", path = vim.fn.expand("~") .. "/.config/ltex",
log_level = "none", log_level = "none",
@ -29,7 +27,7 @@ return {
settings = { settings = {
ltex = { ltex = {
completionEnabled = true, completionEnabled = true,
language = { "en", "en-US", "en-CA" }, language = { "en" },
enabled = { enabled = {
"latex", "latex",
"tex", "tex",
@ -37,14 +35,6 @@ return {
"md", "md",
"markdown", "markdown",
}, },
-- markdown = {
-- nodes = {
-- CodeBlock = "ignore",
-- FencedCodeBlock = "ignore",
-- AutoLink = "dummy",
-- Code = "dummy",
-- },
-- },
checkFrequency = { "save" }, checkFrequency = { "save" },
diagnosticSeverity = "information", diagnosticSeverity = "information",
sentencetCacheSize = 5000, sentencetCacheSize = 5000,