mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Remove chktex in LSP server texlab.
This commit is contained in:
parent
67cf2e761f
commit
2409cacf8c
1 changed files with 1 additions and 9 deletions
|
|
@ -41,15 +41,7 @@ return {
|
||||||
optional = true,
|
optional = true,
|
||||||
opts = {
|
opts = {
|
||||||
servers = {
|
servers = {
|
||||||
texlab = {
|
texlab = {},
|
||||||
settings = {
|
|
||||||
texlab = {
|
|
||||||
chktex = {
|
|
||||||
onOpenAndSave = true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue