feat: add which-key.nvim

This commit is contained in:
Devin Haska 2025-05-27 11:54:47 -07:00
parent 9a4bcf52b4
commit 270b9013fb
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 = {}
}