dotfiles/nvim/.config/nvim/lua/wball/plugins/which-key.lua
2024-08-12 17:39:56 -07:00

9 lines
168 B
Lua

return {
"folke/which-key.nvim",
event = "VeryLazy",
init = function()
vim.o.timeout = true
vim.o.timeoutlen = 500
end,
opts = {}
}