mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 04:44:31 +02:00
helpers: highlightType -> nixvimTypes.highlight
This commit is contained in:
parent
af41ea2d80
commit
d88a30fba6
3 changed files with 35 additions and 36 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue