nvim: lsp: Debounce didChange notifications to the server
This commit is contained in:
parent
1c9b8aae40
commit
ca46007f89
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ local on_attach = function(client, bufnr)
|
||||||
|
|
||||||
if client.config.flags then
|
if client.config.flags then
|
||||||
client.config.flags.allow_incremental_sync = true
|
client.config.flags.allow_incremental_sync = true
|
||||||
|
client.config.flags.debounce_text_changes = 100
|
||||||
end
|
end
|
||||||
|
|
||||||
local opts = { noremap=true, silent=true }
|
local opts = { noremap=true, silent=true }
|
||||||
|
|
Loading…
Reference in a new issue