mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-11 07:55:31 +00:00
fix: deprecated view.hide-root-folder opt
This commit is contained in:
parent
e4b18b3ae3
commit
e480be7ac5
3 changed files with 15 additions and 7 deletions
|
|
@ -160,12 +160,6 @@ with builtins; {
|
|||
description = "Width of the tree in charecters";
|
||||
type = types.int;
|
||||
};
|
||||
|
||||
hideRootFolder = mkOption {
|
||||
default = true;
|
||||
description = "Hide the root folder";
|
||||
type = types.bool;
|
||||
};
|
||||
};
|
||||
|
||||
git = {
|
||||
|
|
@ -282,6 +276,12 @@ with builtins; {
|
|||
type = types.bool;
|
||||
};
|
||||
|
||||
rootFolderLabel = mkOption {
|
||||
default = null;
|
||||
description = "Root folder label. Set null to disable";
|
||||
type = with types; nullOr str;
|
||||
};
|
||||
|
||||
icons = {
|
||||
show = {
|
||||
file = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue