Files
dotfiles/nvim/m-housh/lua/user/plugin/which-key.lua
2023-09-28 10:31:25 -04:00

9 lines
152 B
Lua

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