1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim/lua/user/options.lua: increase vim.o.timeoutlen

This commit is contained in:
Henrik Hautakoski 2025-11-03 07:24:58 +01:00
parent 5b322780fc
commit 4293933ad3

View file

@ -14,7 +14,7 @@ vim.o.updatetime = 50
-- Decrease mapped sequence wait time
-- Displays which-key popup sooner
vim.o.timeoutlen = 50
vim.o.timeoutlen = 200
vim.o.mouse = "a"
vim.o.confirm = true