feat: initial commit

This commit is contained in:
Carlos
2025-02-01 23:17:13 -05:00
commit dbd430eac2
34 changed files with 1132 additions and 0 deletions

View File

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