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 = {
|
||||
language = "auto",
|
||||
diagnosticSeverity = "information",
|
||||
checkFrequency = "save",
|
||||
sentenceCacheSize = 2000,
|
||||
additionalRules = {
|
||||
enablePickyRules = true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user