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:
parent
57d393deb5
commit
5b138edcb2
2 changed files with 13 additions and 0 deletions
8
plugins/by-name/yuck/default.nix
Normal file
8
plugins/by-name/yuck/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ lib, ... }:
|
||||
lib.nixvim.plugins.mkVimPlugin {
|
||||
name = "yuck";
|
||||
package = "yuck-vim";
|
||||
globalPrefix = "yuck_";
|
||||
|
||||
maintainers = [ lib.maintainers.eveeifyeve ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue