chore: don't reasign MiniDeps.* in plugin definitions

This commit is contained in:
2025-10-08 01:24:49 +02:00
parent a9488e8751
commit 62699be903
6 changed files with 11 additions and 22 deletions

View File

@@ -1,6 +1,4 @@
add, now, later = MiniDeps.add, MiniDeps.now, MiniDeps.later
now(function()
MiniDeps.now(function()
require("mini.notify").setup()
vim.notify = MiniNotify.make_notify()
end)