mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
parent
f534819885
commit
d934a33ab5
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ in {
|
|||
};
|
||||
|
||||
powerline = mkOption {
|
||||
default = null;
|
||||
type = with types; nullOr bool;
|
||||
default = false;
|
||||
type = types.bool;
|
||||
description = "Whether to use powerline symbols";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue