dots/nvim/lua/wqtt/plugins/which-key.lua

14 lines
291 B
Lua
Raw Permalink Normal View History

2025-02-26 16:57:47 -05:00
return {
"folke/which-key.nvim",
event = "VeryLazy",
init = function()
vim.o.timeout = true
vim.o.timeoutlen = 300
end,
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
}
}