collections/mini: init

This commit is contained in:
LilleAila 2025-01-16 08:23:19 +01:00
commit 952a3f1ad0
No known key found for this signature in database
GPG key ID: D1ACCDCF2B9B9799
7 changed files with 95 additions and 0 deletions

View file

@ -744,5 +744,11 @@
url = "github:stevearc/aerial.nvim";
flake = false;
};
# Plugin collections
plugin-mini-nvim = {
url = "github:echasnovski/mini.nvim";
flake = false;
};
};
}