wip: add things back to init.lua
This commit is contained in:
parent
9b8179f572
commit
672976c8b1
2 changed files with 91 additions and 11 deletions
|
|
@ -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 = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue