@@ -592,6 +592,7 @@ Following is the default configuration. See |nvim-tree-opts| for details. >lua
592592 quit_on_open = false,
593593 eject = true,
594594 resize_window = true,
595+ relative_path = true,
595596 window_picker = {
596597 enable = true,
597598 picker = "default",
@@ -631,11 +632,6 @@ Following is the default configuration. See |nvim-tree-opts| for details. >lua
631632 },
632633 },
633634 experimental = {
634- actions = {
635- open_file = {
636- relative_path = false,
637- },
638- },
639635 },
640636 log = {
641637 enable = false,
@@ -1497,6 +1493,11 @@ Configuration options for opening a file from nvim-tree.
14971493 Resizes the tree when opening a file.
14981494 Type: `boolean ` , Default: `true`
14991495
1496+ *nvim-tree.experimental.actions.open_file.relative_path*
1497+ Buffers opened by nvim-tree will use with relative paths instead of
1498+ absolute.
1499+ Type: `boolean ` , Default: `true`
1500+
15001501 *nvim-tree.actions.open_file.window_picker*
15011502 Window picker configuration.
15021503
@@ -1625,12 +1626,6 @@ Confirmation prompts.
16251626Experimental features that may become default or optional functionality.
16261627In the event of a problem please disable the experiment and raise an issue.
16271628
1628- *nvim-tree.experimental.actions.open_file.relative_path*
1629- Buffers opened by nvim-tree will use with relative paths instead of
1630- absolute.
1631- Execute | :ls | to see the paths of all open buffers.
1632- Type: `boolean ` , Default: `false`
1633-
16341629==============================================================================
16351630 5.20 OPTS: LOG *nvim-tree-opts-log*
16361631
@@ -2767,6 +2762,9 @@ Windows WSL and PowerShell
27672762- Executable file detection is disabled as this is non-performant and can
27682763 freeze nvim
27692764- Some filesystem watcher error related to permissions will not be reported
2765+ - Some users have reported unspecified issues with
2766+ | nvim-tree.experimental.actions.open_file.relative_path | . Please report any
2767+ issues or disable this feature.
27702768
27712769==============================================================================
27722770 12. NETRW *nvim-tree-netrw*
0 commit comments