emmet: package option

This commit is contained in:
Alexander Nortung 2023-01-17 23:12:36 +01:00
parent 11fa1fc7ad
commit 8cb15464e8

View file

@ -10,7 +10,7 @@ in with helpers;
mkPlugin attrs {
name = "emmet";
description = "Enable emmet";
extraPlugins = [ pkgs.vimPlugins.emmet-vim ];
package = pkgs.vimPlugins.emmet-vim;
options = {
mode = mkDefaultOpt {