2024-02-18 23:20:43 -05:00

11 lines
189 B
Lua

-- Useful plugin to show you pending keybinds.
return {
'folke/which-key.nvim',
event = "VeryLazy",
init = function()
vim.o.timeout = true
vim.o.timeoutlen = 300
end,
opts = {},
}