disable ltex
This commit is contained in:
parent
65155cf697
commit
e357684dea
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue