mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-11 05:16:35 +02:00
bufferline: fixed default
This commit is contained in:
parent
2d54272177
commit
aebecaa1d1
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ in
|
|||
default = null;
|
||||
};
|
||||
indicator = mkOption {
|
||||
default = null;
|
||||
default = { };
|
||||
type = types.nullOr (types.submodule ({ ... }: {
|
||||
options = {
|
||||
icon = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue