nvim: add timeout before showing help

This commit is contained in:
Mathieu Maret 2024-06-20 09:36:13 +02:00
parent 8fda281564
commit b6f9cfabad

View File

@ -60,7 +60,7 @@ require("lazy").setup({
event = "VimEnter", -- Sets the loading event to 'VimEnter'
init = function()
vim.o.timeout = true
vim.o.timeoutlen = 300
vim.o.timeoutlen = 800
end,
config = function() -- This is the function that runs, AFTER loading
require("which-key").setup()