neovim-dotfiles/lua/Dario48/plugins/whichkey.lua
2023-11-15 17:39:44 +01:00

9 lines
141 B
Lua

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