fix(mini): lazy now supports mini plugins out of the box. no longer needed to have a custom config

This commit is contained in:
Folke Lemaitre 2023-05-13 16:16:05 +02:00
parent 9f2010a8b9
commit bd1ba54d13
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 1 additions and 14 deletions

View file

@ -33,8 +33,5 @@ return {
},
}
end,
config = function(_, opts)
require("mini.animate").setup(opts)
end,
},
}