Skip to content

Commit 3309a21

Browse files
HeitorAugustoLNkhaneliman
authored andcommitted
plugins/mini-extra: init
1 parent 717508a commit 3309a21

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{ lib, ... }:
2+
lib.nixvim.plugins.mkNeovimPlugin {
3+
name = "mini-extra";
4+
moduleName = "mini.extra";
5+
packPathName = "mini.extra";
6+
7+
maintainers = [ lib.maintainers.HeitorAugustoLN ];
8+
9+
hasSettings = false;
10+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
empty = {
3+
plugins.mini-extra.enable = true;
4+
};
5+
}

0 commit comments

Comments
 (0)