13 lines
196 B
Lua
Executable File
13 lines
196 B
Lua
Executable File
return {
|
|
-- keybinds popup
|
|
"folke/which-key.nvim",
|
|
event = "VeryLazy",
|
|
init = function()
|
|
vim.o.timeout = true
|
|
vim.o.timeoutlen = 500
|
|
end,
|
|
opts = {
|
|
|
|
}
|
|
}
|