Files
dotfiles-arch/.config/nvim/lua/plugins/which-key.lua

10 lines
145 B
Lua

return {
"folke/which-key.nvim",
event = "VeryLazy",
opts = {
delay = function(ctx)
return ctx.plugin and 0 or 5
end,
},
}