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
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

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