Fixed .gitignore

This commit is contained in:
2023-09-28 10:31:25 -04:00
parent 35a5cf15c5
commit 56cfaf4360
17 changed files with 926 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
return {
"folke/which-key.nvim",
event = "VeryLazy",
init = function()
vim.o.timeout = true
vim.o.timeoutlen = 300
end,
}