big changes

This commit is contained in:
mjhika 2024-02-18 23:20:32 -05:00
parent d0d4aedacb
commit 2a8e0e6b82
4 changed files with 52 additions and 18 deletions

View file

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