feat(lsp): Change the checkfrequency of ltex-ls-plus
- “On Save” instead of “On Edit” (which was calling languagetool too often)
This commit is contained in:
parent
a3438de2fc
commit
6caf44226f
@ -167,6 +167,7 @@ servers = {
|
|||||||
ltex = {
|
ltex = {
|
||||||
language = "auto",
|
language = "auto",
|
||||||
diagnosticSeverity = "information",
|
diagnosticSeverity = "information",
|
||||||
|
checkFrequency = "save",
|
||||||
sentenceCacheSize = 2000,
|
sentenceCacheSize = 2000,
|
||||||
additionalRules = {
|
additionalRules = {
|
||||||
enablePickyRules = true,
|
enablePickyRules = true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user