neovim: add debounce flag to ltex-ls

This commit is contained in:
ooks-io 2025-01-25 20:53:22 +11:00
parent b98b3a1472
commit 1438b4f9f1

View file

@ -120,6 +120,7 @@ in {
cmd = {"${cfg.ltex.package}/bin/ltex-ls"}, cmd = {"${cfg.ltex.package}/bin/ltex-ls"},
capabilities = capabilities; capabilities = capabilities;
on_attach = default_on_attach; on_attach = default_on_attach;
flags = { debounce_text_changes = 300 },
settings = { settings = {
ltex = { ltex = {
language = "${cfg.ltex.language}", language = "${cfg.ltex.language}",