Update to Latest

This commit is contained in:
Ayush Dumasia 2025-02-23 00:38:43 +05:30
parent d1bbbcbb15
commit 71d6a8ab3b
157 changed files with 3467 additions and 5151 deletions

View file

@ -0,0 +1,17 @@
return {
"folke/which-key.nvim",
event = "VeryLazy",
init = function()
vim.o.timeout = true
vim.o.timeoutlen = 3000
end,
opts = {
preset = "modern",
icons = {
-- set to false to disable all mapping icons,
-- both those explicitly added in a mapping
-- and those from rules
mappings = false,
},
},
}