diff options
Diffstat (limited to 'lua/options.lua')
-rw-r--r-- | lua/options.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/options.lua b/lua/options.lua index b290827..986a4b4 100644 --- a/lua/options.lua +++ b/lua/options.lua @@ -35,6 +35,9 @@ vim.opt.signcolumn = 'yes' -- Decrease update time vim.opt.updatetime = 250 + +-- Decrease mapped sequence wait time +-- Displays which-key popup sooner vim.opt.timeoutlen = 300 -- Configure how new splits should be opened |