1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-21 17:59:41 +01:00

plugins/mini-extra: init

This commit is contained in:
Heitor Augusto 2025-05-25 15:56:42 -03:00 committed by Austin Horstman
parent 717508a132
commit 3309a21be5
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
empty = {
plugins.mini-extra.enable = true;
};
}