AutoYADM commit: 2024-11-19 18:00:02
This commit is contained in:
parent
3f3f960447
commit
1a796a0e05
1 changed files with 15 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
local extraOpts = {
|
||||
init_check = true,
|
||||
init_check = false,
|
||||
load_langs = {
|
||||
"en",
|
||||
"en-US",
|
||||
|
@ -18,6 +18,9 @@ return {
|
|||
opts = {
|
||||
servers = {
|
||||
ltex = {
|
||||
filetypes = {
|
||||
"tex",
|
||||
},
|
||||
on_attach = function(client, bufnr)
|
||||
require("ltex_extra").setup(extraOpts)
|
||||
end,
|
||||
|
@ -29,18 +32,18 @@ return {
|
|||
"latex",
|
||||
"tex",
|
||||
"bib",
|
||||
"md",
|
||||
"markdown",
|
||||
-- "md",
|
||||
-- "markdown",
|
||||
},
|
||||
markdown = {
|
||||
nodes = {
|
||||
CodeBlock = "ignore",
|
||||
FencedCodeBlock = "ignore",
|
||||
AutoLink = "dummy",
|
||||
Code = "dummy",
|
||||
},
|
||||
},
|
||||
checkFrequency = { "edit" },
|
||||
-- markdown = {
|
||||
-- nodes = {
|
||||
-- CodeBlock = "ignore",
|
||||
-- FencedCodeBlock = "ignore",
|
||||
-- AutoLink = "dummy",
|
||||
-- Code = "dummy",
|
||||
-- },
|
||||
-- },
|
||||
checkFrequency = { "write" },
|
||||
diagnosticSeverity = "information",
|
||||
sentencetCacheSize = 5000,
|
||||
additionalRules = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue