feat: added vim-repeat. Fixes #56

This commit is contained in:
Folke Lemaitre
2023-01-13 22:26:21 +01:00
parent 1efc925d16
commit 688436c9af

View File

@ -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" },
}