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:
Fabrice Mouhartem 2025-02-27 11:28:29 +01:00
parent a3438de2fc
commit 6caf44226f
Signed by: fmouhart
GPG Key ID: 2C5033B228CFE4E7

View File

@ -167,6 +167,7 @@ servers = {
ltex = {
language = "auto",
diagnosticSeverity = "information",
checkFrequency = "save",
sentenceCacheSize = 2000,
additionalRules = {
enablePickyRules = true,