File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -620,7 +620,11 @@ Following is the default configuration. See |nvim-tree-opts| for details.
620
620
default_yes = false,
621
621
},
622
622
},
623
- experimental = {},
623
+ experimental = {
624
+ open = {
625
+ relative_path = false,
626
+ },
627
+ },
624
628
log = {
625
629
enable = false,
626
630
truncate = false,
@@ -1536,6 +1540,12 @@ Confirmation prompts.
1536
1540
Experimental features that may become default or optional functionality.
1537
1541
In the event of a problem please disable the experiment and raise an issue.
1538
1542
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
+
1539
1549
==============================================================================
1540
1550
5.20 OPTS: LOG *nvim-tree-opts-log*
1541
1551
@@ -2812,6 +2822,7 @@ highlight group is not, hard linking as follows: >
2812
2822
| nvim-tree.modified.show_on_open_dirs |
2813
2823
| nvim-tree.notify.threshold |
2814
2824
| nvim-tree.on_attach |
2825
+ | nvim-tree.open.relative_path |
2815
2826
| nvim-tree.prefer_startup_root |
2816
2827
| nvim-tree.reload_on_bufenter |
2817
2828
| nvim-tree.renderer.add_trailing |
You can’t perform that action at this time.
0 commit comments