helpers: highlightType -> nixvimTypes.highlight

This commit is contained in:
Gaetan Lepage 2024-01-01 23:47:06 +01:00 committed by Gaétan Lepage
parent af41ea2d80
commit d88a30fba6
3 changed files with 35 additions and 36 deletions

View file

@ -7,7 +7,7 @@
with lib; {
options = {
highlight = mkOption {
type = types.attrsOf helpers.highlightType;
type = types.attrsOf helpers.nixvimTypes.highlight;
default = {};
description = "Define highlight groups";
example = ''