File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33{ lib } : let
44 inherit
55 ( lib )
6- defaultFunctor
76 nvim
87 mkIf
98 mkOrder
@@ -67,7 +66,7 @@ in rec {
6766 type = dagOf ;
6867 wrapped = elemType ;
6968 payload = elemType ;
70- binOp = a : b : a ;
69+ binOp = a : _b : a ;
7170 } ;
7271 nestedTypes . elemType = elemType ;
7372 } ;
Original file line number Diff line number Diff line change 1010 inherit ( lib . modules ) mkIf mkMerge ;
1111 inherit ( lib . meta ) getExe ;
1212 inherit ( lib . generators ) mkLuaInline ;
13- inherit ( lib . types ) bool enum package str ;
13+ inherit ( lib . types ) enum package str ;
1414 inherit ( lib . nvim . types ) mkGrammarOption diagnostics deprecatedSingleOrListOf mkPluginSetupOption ;
1515 inherit ( lib . nvim . dag ) entryAfter ;
1616 inherit ( lib . nvim . attrsets ) mapListToAttrs ;
Original file line number Diff line number Diff line change 88 inherit ( lib . options ) mkEnableOption mkOption literalExpression ;
99 inherit ( lib . meta ) getExe ;
1010 inherit ( lib . modules ) mkIf mkMerge ;
11- inherit ( lib . types ) bool enum listOf ;
11+ inherit ( lib . types ) enum listOf ;
1212 inherit ( lib . nvim . types ) mkGrammarOption deprecatedSingleOrListOf ;
1313 inherit ( lib . nvim . attrsets ) mapListToAttrs ;
1414
Original file line number Diff line number Diff line change 1414 inherit ( lib . nvim . lua ) toLuaObject ;
1515 inherit ( lib . nvim . attrsets ) mapListToAttrs ;
1616 inherit ( lib . nvim . types ) mkGrammarOption mkPluginSetupOption deprecatedSingleOrListOf ;
17- inherit ( lib . nvim . dag ) entryAfter entryAnywhere ;
17+ inherit ( lib . nvim . dag ) entryAfter ;
1818
1919 cfg = config . vim . languages . rust ;
2020
Original file line number Diff line number Diff line change 99 inherit ( lib . options ) mkEnableOption mkOption literalExpression ;
1010 inherit ( lib . modules ) mkIf mkMerge ;
1111 inherit ( lib . meta ) getExe ;
12- inherit ( lib . types ) enum package coercedTo ;
12+ inherit ( lib . types ) enum coercedTo ;
1313 inherit ( lib . nvim . types ) mkGrammarOption diagnostics deprecatedSingleOrListOf ;
1414 inherit ( lib . nvim . attrsets ) mapListToAttrs ;
1515 inherit ( lib . generators ) mkLuaInline ;
Original file line number Diff line number Diff line change 88 inherit ( lib . options ) mkEnableOption mkOption literalExpression ;
99 inherit ( lib . modules ) mkIf mkMerge ;
1010 inherit ( lib . meta ) getExe ;
11- inherit ( lib . types ) enum package bool ;
11+ inherit ( lib . types ) enum bool ;
1212 inherit ( lib . generators ) mkLuaInline ;
1313 inherit ( lib . nvim . attrsets ) mapListToAttrs ;
1414 inherit ( lib . nvim . lua ) toLuaObject ;
Original file line number Diff line number Diff line change 66} : let
77 inherit ( lib . options ) mkOption mkEnableOption literalExpression ;
88 inherit ( lib . modules ) mkIf mkMerge ;
9- inherit ( lib . types ) nullOr enum attrsOf listOf package str bool int ;
9+ inherit ( lib . types ) nullOr enum attrsOf listOf str bool int ;
1010 inherit ( lib . attrsets ) attrNames ;
1111 inherit ( lib . meta ) getExe ;
1212 inherit ( lib . nvim . types ) mkGrammarOption mkPluginSetupOption deprecatedSingleOrListOf ;
Original file line number Diff line number Diff line change 11{ lib , ...} : let
22 inherit ( lib . options ) mkOption mkEnableOption ;
3- inherit ( lib . types ) attrsOf enum nullOr submodule bool str ;
4- inherit ( lib . modules ) mkRenamedOptionModule ;
3+ inherit ( lib . types ) enum ;
54 inherit ( lib . nvim . types ) mkPluginSetupOption ;
6- inherit ( lib . nvim . config ) mkBool ;
75in {
86 options . vim . ui . nvim-highlight-colors = {
97 enable = mkEnableOption "color highlighting [nvim-highlight-colors.lua]" ;
You can’t perform that action at this time.
0 commit comments