Co-authored-by: Gaétan Lepage <gaetan@glepage.com> Co-authored-by: Gaétan Lepage <gaetan@glepage.com>
8 lines
165 B
Nix
8 lines
165 B
Nix
{ lib, ... }:
|
|
lib.nixvim.plugins.mkVimPlugin {
|
|
name = "yuck";
|
|
package = "yuck-vim";
|
|
globalPrefix = "yuck_";
|
|
|
|
maintainers = [ lib.maintainers.eveeifyeve ];
|
|
}
|