mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-23 05:40:44 +00:00
fix: invalid nvimtree-lua opt
This commit is contained in:
parent
e480be7ac5
commit
af0c6ea087
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ in {
|
||||||
add_trailing = ${boolToString cfg.renderer.trailingSlash},
|
add_trailing = ${boolToString cfg.renderer.trailingSlash},
|
||||||
group_empty = ${boolToString cfg.renderer.groupEmptyFolders},
|
group_empty = ${boolToString cfg.renderer.groupEmptyFolders},
|
||||||
|
|
||||||
rootFolderLabel = ${
|
root_folder_label = ${
|
||||||
if cfg.renderer.rootFolderLabel == null
|
if cfg.renderer.rootFolderLabel == null
|
||||||
then "false"
|
then "false"
|
||||||
else "''${toString cfg.rootFolderLabel}''"
|
else "''${toString cfg.rootFolderLabel}''"
|
||||||
|
|
Loading…
Reference in a new issue