From 688436c9af696f978c56f807e78fbc2df0314314 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Fri, 13 Jan 2023 22:26:21 +0100 Subject: [PATCH] feat: added vim-repeat. Fixes #56 --- lua/lazyvim/plugins/util.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/lazyvim/plugins/util.lua b/lua/lazyvim/plugins/util.lua index 7b811be0..6c9304b5 100644 --- a/lua/lazyvim/plugins/util.lua +++ b/lua/lazyvim/plugins/util.lua @@ -24,4 +24,7 @@ return { -- library used by other plugins "nvim-lua/plenary.nvim", + + -- makes some plugins dot-repeatable like leap + { "tpope/vim-repeat", event = "VeryLazy" }, }