wip: add things back to init.lua

This commit is contained in:
mjhika 2024-02-21 18:35:02 -05:00
parent 9b8179f572
commit 672976c8b1
2 changed files with 91 additions and 11 deletions

View file

@ -1,10 +0,0 @@
-- Useful plugin to show you pending keybinds.
return {
'folke/which-key.nvim',
event = "VeryLazy",
init = function()
vim.o.timeout = true
vim.o.timeoutlen = 300
end,
opts = {},
}