feat: Rearranges nvim configuration

This commit is contained in:
2024-12-20 08:10:53 -05:00
parent ee7854eafc
commit b78fb64bd3
33 changed files with 5 additions and 224 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,
}