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

10 lines
141 B
Lua

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