mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 01:08:59 +02:00
fix(mini): lazy now supports mini plugins out of the box. no longer needed to have a custom config
This commit is contained in:
parent
9f2010a8b9
commit
bd1ba54d13
3 changed files with 1 additions and 14 deletions
|
@ -33,8 +33,5 @@ return {
|
|||
},
|
||||
}
|
||||
end,
|
||||
config = function(_, opts)
|
||||
require("mini.animate").setup(opts)
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue