nvim/lua/plugins/which_key.lua

10 lines
176 B
Lua

return {
"folke/which-key.nvim",
keys = { "<leader>" },
init = function()
vim.o.timeout = true
vim.o.timeoutlen = 300
end,
config = true,
}