mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
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:
committed by
Matt Sturgeon
co-authored by
Gaétan Lepage
parent
57d393deb5
commit
5b138edcb2
@@ -0,0 +1,8 @@
|
||||
{ lib, ... }:
|
||||
lib.nixvim.plugins.mkVimPlugin {
|
||||
name = "yuck";
|
||||
package = "yuck-vim";
|
||||
globalPrefix = "yuck_";
|
||||
|
||||
maintainers = [ lib.maintainers.eveeifyeve ];
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
empty = {
|
||||
plugins.yuck.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user