summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lua/user/debounce.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/debounce.lua b/lua/user/debounce.lua
index 732c2e8..abfe543 100644
--- a/lua/user/debounce.lua
+++ b/lua/user/debounce.lua
@@ -3,7 +3,7 @@ local M = {}
local cmp = require("cmp")
local timer = vim.loop.new_timer()
-local DEBOUNCE_DELAY = 200
+local DEBOUNCE_DELAY = 400
function M.debounce()
timer:stop()