mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02: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
|
||||
"nvim-lua/plenary.nvim",
|
||||
|
||||
-- makes some plugins dot-repeatable like leap
|
||||
{ "tpope/vim-repeat", event = "VeryLazy" },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue