Completed basic lazy migration

This commit is contained in:
Michael Housh
2023-09-18 22:27:45 -04:00
parent 27d6d596dc
commit 3bc89df708
26 changed files with 1634 additions and 0 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,
}