mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-28 14:45:26 +02:00
lib: remove nixvimTypes
alias
This commit is contained in:
parent
bafc6308f6
commit
2f49c76a6a
59 changed files with 261 additions and 278 deletions
|
@ -7,7 +7,7 @@
|
|||
{
|
||||
options = {
|
||||
highlight = lib.mkOption {
|
||||
type = lib.types.attrsOf helpers.nixvimTypes.highlight;
|
||||
type = lib.types.attrsOf lib.types.highlight;
|
||||
default = { };
|
||||
description = "Define new highlight groups";
|
||||
example = {
|
||||
|
@ -16,7 +16,7 @@
|
|||
};
|
||||
|
||||
highlightOverride = lib.mkOption {
|
||||
type = lib.types.attrsOf helpers.nixvimTypes.highlight;
|
||||
type = lib.types.attrsOf lib.types.highlight;
|
||||
default = { };
|
||||
description = "Define highlight groups to override existing highlight";
|
||||
example = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue