File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 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.
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.
15361540Experimental features that may become default or optional functionality.
15371541In 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 |
You can’t perform that action at this time.
0 commit comments