10 lines
145 B
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,
|
|
},
|
|
}
|