Files
dotfiles/.config/nvim/lua/plugins/which-key.lua
2024-06-29 19:58:44 +03:00

9 lines
154 B
Lua

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