Add Which Key

This commit is contained in:
Emil Miler 2023-01-25 15:44:15 +01:00
parent f8b7fc5b33
commit 91dad4fe61

View File

@ -0,0 +1,7 @@
return {
"folke/which-key.nvim",
config = function()
vim.o.timeout = true
vim.o.timeoutlen = 300
end
}