From 3465ba91cc5073443796aa900afda53296437771 Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Sun, 6 Apr 2025 14:47:50 +0530 Subject: [PATCH] refactor: increase the timeoutlen by another 100 ms --- lua/config/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/options.lua b/lua/config/options.lua index 9d55b49..369f28f 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -37,7 +37,7 @@ opt.signcolumn = "yes" opt.splitbelow = true opt.splitright = true opt.termguicolors = true -opt.timeoutlen = 400 +opt.timeoutlen = 300 opt.undofile = true opt.swapfile = false