nvim: lsp: Increase value of debounce didChange notifications

This commit is contained in:
Sanchayan Maity 2021-09-25 11:59:48 +05:30
parent 469e36756b
commit 616c4f003c

View file

@ -18,7 +18,7 @@ local on_attach = function(client, bufnr)
if client.config.flags then
client.config.flags.allow_incremental_sync = true
client.config.flags.debounce_text_changes = 100
client.config.flags.debounce_text_changes = 500
end
local opts = { noremap=true, silent=true }