* Add option to change grouped folders name with custom function * Fix docs --------- Co-authored-by: Alexander Courtis <alex@courtis.org>
This commit is contained in:
@@ -795,7 +795,9 @@ Appends a trailing slash to folder names.
|
||||
|
||||
*nvim-tree.renderer.group_empty*
|
||||
Compact folders that only contain a single folder into one node.
|
||||
Type: `boolean`, Default: `false`
|
||||
Boolean or function that takes one argument (the relative path
|
||||
of grouped folders) and returns a string to be displayed.
|
||||
Type: `boolean | function(relative_path):string`, Default: `false`
|
||||
|
||||
*nvim-tree.renderer.full_name*
|
||||
Display node whose name length is wider than the width of nvim-tree window in
|
||||
|
||||
Reference in New Issue
Block a user