at dominant 173 B view raw
1return { 2 "folke/which-key.nvim", 3 event = "VeryLazy", 4 init = function() 5 vim.o.timeout = true 6 vim.o.timeoutlen = 300 7 end, 8 opts = { 9 } 10}