plugin stuff

This commit is contained in:
Alexander Gehrke 2024-04-11 20:06:27 +02:00
parent 0563865360
commit 2c0362678f
5 changed files with 152 additions and 96 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 = {},
}