Skip to content

Commit 9ae5afd

Browse files
committed
feat(#2127): add help
1 parent b511816 commit 9ae5afd

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

doc/nvim-tree-lua.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,11 @@ Following is the default configuration. See |nvim-tree-opts| for details.
620620
default_yes = false,
621621
},
622622
},
623-
experimental = {},
623+
experimental = {
624+
open = {
625+
relative_path = false,
626+
},
627+
},
624628
log = {
625629
enable = false,
626630
truncate = false,
@@ -1536,6 +1540,12 @@ Confirmation prompts.
15361540
Experimental features that may become default or optional functionality.
15371541
In the event of a problem please disable the experiment and raise an issue.
15381542

1543+
*nvim-tree.open.relative_path*
1544+
Buffers opened by nvim-tree will use with relative paths instead of
1545+
absolute.
1546+
Execute |:ls| to see the paths of all open buffers.
1547+
Type: `boolean`, Default: `false`
1548+
15391549
==============================================================================
15401550
5.20 OPTS: LOG *nvim-tree-opts-log*
15411551

@@ -2812,6 +2822,7 @@ highlight group is not, hard linking as follows: >
28122822
|nvim-tree.modified.show_on_open_dirs|
28132823
|nvim-tree.notify.threshold|
28142824
|nvim-tree.on_attach|
2825+
|nvim-tree.open.relative_path|
28152826
|nvim-tree.prefer_startup_root|
28162827
|nvim-tree.reload_on_bufenter|
28172828
|nvim-tree.renderer.add_trailing|

0 commit comments

Comments
 (0)