Enable timeout for WhichKey

This commit is contained in:
Alexander Gehrke 2024-04-17 16:55:32 +02:00
parent 2c0362678f
commit 8798045ac2

View file

@ -36,7 +36,7 @@ vim.opt.shiftwidth = 2
vim.opt.whichwrap = "b,s,<,>,[,],h,l" vim.opt.whichwrap = "b,s,<,>,[,],h,l"
vim.opt.timeout = false --vim.opt.timeout = false
vim.opt.foldmethod = "expr" vim.opt.foldmethod = "expr"
vim.opt.foldlevel = 99 vim.opt.foldlevel = 99