mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat: added vim-repeat. Fixes #56
This commit is contained in:
parent
1efc925d16
commit
688436c9af
1 changed files with 3 additions and 0 deletions
|
|
@ -24,4 +24,7 @@ return {
|
||||||
|
|
||||||
-- library used by other plugins
|
-- library used by other plugins
|
||||||
"nvim-lua/plenary.nvim",
|
"nvim-lua/plenary.nvim",
|
||||||
|
|
||||||
|
-- makes some plugins dot-repeatable like leap
|
||||||
|
{ "tpope/vim-repeat", event = "VeryLazy" },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue