endwise: package option

This commit is contained in:
Alexander Nortung 2023-01-17 23:12:56 +01:00
parent 8cb15464e8
commit e338302bfe

View file

@ -5,7 +5,7 @@ in with helpers; with lib;
mkPlugin attrs {
name = "endwise";
description = "Enable vim-endwise";
extraPlugins = [ pkgs.vimPlugins.vim-endwise ];
package = pkgs.vimPlugins.vim-endwise;
# Yes it's really not configurable
options = {};