nvim: lsp: Lower the debounce interval

This commit is contained in:
Sanchayan Maity 2021-12-20 18:54:44 +05:30
parent 7e943ae1c5
commit 6a62f22855
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,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 = 500
client.config.flags.debounce_text_changes = 100
end
local opts = { noremap=true, silent=true }