mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +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},
|
||||
group_empty = ${boolToString cfg.renderer.groupEmptyFolders},
|
||||
|
||||
rootFolderLabel = ${
|
||||
root_folder_label = ${
|
||||
if cfg.renderer.rootFolderLabel == null
|
||||
then "false"
|
||||
else "''${toString cfg.rootFolderLabel}''"
|
||||
|
|
Loading…
Reference in a new issue