From 6caf44226f691a418ead6f45fd597a2ffb281570 Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Thu, 27 Feb 2025 11:28:29 +0100 Subject: [PATCH] feat(lsp): Change the checkfrequency of ltex-ls-plus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - “On Save” instead of “On Edit” (which was calling languagetool too often) --- lua/lsp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lsp.lua b/lua/lsp.lua index 08390b8..3647633 100644 --- a/lua/lsp.lua +++ b/lua/lsp.lua @@ -167,6 +167,7 @@ servers = { ltex = { language = "auto", diagnosticSeverity = "information", + checkFrequency = "save", sentenceCacheSize = 2000, additionalRules = { enablePickyRules = true,