plugins/yuck: init

Co-authored-by: Gaétan Lepage <gaetan@glepage.com>

Co-authored-by: Gaétan Lepage <gaetan@glepage.com>
This commit is contained in:
eveeifyeve 2025-03-16 03:34:20 +11:00 committed by Matt Sturgeon
parent 57d393deb5
commit 5b138edcb2
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{ lib, ... }:
lib.nixvim.plugins.mkVimPlugin {
name = "yuck";
package = "yuck-vim";
globalPrefix = "yuck_";
maintainers = [ lib.maintainers.eveeifyeve ];
}

View file

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