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

9 lines
111 B
Lua
Raw Normal View History

2023-02-07 02:00:28 +01:00
return {
"folke/which-key.nvim",
config = function()
vim.o.timeout = true
vim.o.timeoutlen = 300
end
}