feat: added vim-repeat. Fixes #56
This commit is contained in:
@ -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" },
|
||||
}
|
||||
|
Reference in New Issue
Block a user