Enable timeout for WhichKey
This commit is contained in:
parent
2c0362678f
commit
8798045ac2
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue