nvim: add timeout before showing help
This commit is contained in:
parent
8fda281564
commit
b6f9cfabad
@ -60,7 +60,7 @@ require("lazy").setup({
|
|||||||
event = "VimEnter", -- Sets the loading event to 'VimEnter'
|
event = "VimEnter", -- Sets the loading event to 'VimEnter'
|
||||||
init = function()
|
init = function()
|
||||||
vim.o.timeout = true
|
vim.o.timeout = true
|
||||||
vim.o.timeoutlen = 300
|
vim.o.timeoutlen = 800
|
||||||
end,
|
end,
|
||||||
config = function() -- This is the function that runs, AFTER loading
|
config = function() -- This is the function that runs, AFTER loading
|
||||||
require("which-key").setup()
|
require("which-key").setup()
|
||||||
|
Loading…
Reference in New Issue
Block a user