helpers: move mkPlugin and mkDefaultOpt to helpers.vim-plugin

This commit is contained in:
Gaetan Lepage 2024-01-24 22:49:29 +01:00 committed by Gaétan Lepage
parent ddce82d0d1
commit 8f90372ee5
22 changed files with 445 additions and 435 deletions

View file

@ -11,7 +11,7 @@ with lib; let
in
either strInt (attrsOf (either strInt (attrsOf strInt)));
in
with helpers;
with helpers.vim-plugin;
mkPlugin attrs {
name = "emmet";
description = "Enable emmet";