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,
|
||||
capabilities = capabilities,
|
||||
settings = {
|
||||
|
@ -61,9 +61,9 @@ lspconfig.ltex.setup {
|
|||
enabled = {
|
||||
-- I'm writing in german but the commands are in english,
|
||||
-- does not really work
|
||||
-- "bibtex",
|
||||
-- "tex",
|
||||
-- "latex",
|
||||
"bibtex",
|
||||
"tex",
|
||||
"latex",
|
||||
"gitcommit",
|
||||
"markdown",
|
||||
"org",
|
||||
|
@ -78,6 +78,7 @@ lspconfig.ltex.setup {
|
|||
},
|
||||
},
|
||||
}
|
||||
-- lspconfig.ltex.setup(ltex_table)
|
||||
|
||||
lspconfig.textlsp.setup {
|
||||
on_attach = on_attach,
|
||||
|
|
Loading…
Reference in New Issue