16062024-1

This commit is contained in:
foozzi 2024-06-16 19:00:02 +02:00
parent 2d63b0fdba
commit f17c511e7f

View file

@ -0,0 +1,16 @@
return {
{
"folke/which-key.nvim",
event = "VeryLazy",
init = function()
vim.o.timeout = true
vim.o.timeoutlen = 900
end,
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
},
},
{ "folke/neodev.nvim" },
}