disable ltex

This commit is contained in:
Christoph J. Scherr 2024-03-12 17:30:16 +01:00
parent 65155cf697
commit e357684dea
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 5 additions and 4 deletions

View File

@ -50,7 +50,7 @@ lspconfig.rust_analyzer.setup {
}, },
} }
lspconfig.ltex.setup { local ltex_table = {
on_attach = on_attach, on_attach = on_attach,
capabilities = capabilities, capabilities = capabilities,
settings = { settings = {
@ -61,9 +61,9 @@ lspconfig.ltex.setup {
enabled = { enabled = {
-- I'm writing in german but the commands are in english, -- I'm writing in german but the commands are in english,
-- does not really work -- does not really work
-- "bibtex", "bibtex",
-- "tex", "tex",
-- "latex", "latex",
"gitcommit", "gitcommit",
"markdown", "markdown",
"org", "org",
@ -78,6 +78,7 @@ lspconfig.ltex.setup {
}, },
}, },
} }
-- lspconfig.ltex.setup(ltex_table)
lspconfig.textlsp.setup { lspconfig.textlsp.setup {
on_attach = on_attach, on_attach = on_attach,