Skip to content

Commit 5b138ed

Browse files
EveeifyeveGaetanLepage
authored andcommitted
plugins/yuck: init
Co-authored-by: Gaétan Lepage <gaetan@glepage.com> Co-authored-by: Gaétan Lepage <gaetan@glepage.com>
1 parent 57d393d commit 5b138ed

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

plugins/by-name/yuck/default.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{ lib, ... }:
2+
lib.nixvim.plugins.mkVimPlugin {
3+
name = "yuck";
4+
package = "yuck-vim";
5+
globalPrefix = "yuck_";
6+
7+
maintainers = [ lib.maintainers.eveeifyeve ];
8+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
empty = {
3+
plugins.yuck.enable = true;
4+
};
5+
}

0 commit comments

Comments
 (0)