Files
dotfiles/.config/nvim/lua/plugins/which-key.lua
2024-11-08 18:51:43 +01:00

10 lines
168 B
Lua

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