mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-07 03:15:18 +02:00
bufferline: fixed default for highlights
This commit is contained in:
parent
aebecaa1d1
commit
64d435a48a
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}));
|
}));
|
||||||
default = null;
|
default = { };
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
@ -182,7 +182,7 @@ in
|
||||||
}));
|
}));
|
||||||
};
|
};
|
||||||
highlights = mkOption {
|
highlights = mkOption {
|
||||||
default = null;
|
default = { };
|
||||||
type = types.nullOr (types.submodule ({ ... }: {
|
type = types.nullOr (types.submodule ({ ... }: {
|
||||||
options = {
|
options = {
|
||||||
fill = highlight;
|
fill = highlight;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue