feat: add which-key.nvim

This commit is contained in:
Devin Lumley 2024-01-02 16:52:34 -08:00
parent 01a66527f8
commit d961ba0c60
2 changed files with 11 additions and 1 deletions

View file

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