diff --git a/lua/plugins/which-key.lua b/lua/plugins/which-key.lua new file mode 100644 index 0000000..17c8d60 --- /dev/null +++ b/lua/plugins/which-key.lua @@ -0,0 +1,7 @@ +return { + "folke/which-key.nvim", + config = function() + vim.o.timeout = true + vim.o.timeoutlen = 300 + end +}