@@ -592,6 +592,7 @@ Following is the default configuration. See |nvim-tree-opts| for details. >lua
592
592
quit_on_open = false,
593
593
eject = true,
594
594
resize_window = true,
595
+ relative_path = true,
595
596
window_picker = {
596
597
enable = true,
597
598
picker = "default",
@@ -631,11 +632,6 @@ Following is the default configuration. See |nvim-tree-opts| for details. >lua
631
632
},
632
633
},
633
634
experimental = {
634
- actions = {
635
- open_file = {
636
- relative_path = false,
637
- },
638
- },
639
635
},
640
636
log = {
641
637
enable = false,
@@ -1497,6 +1493,11 @@ Configuration options for opening a file from nvim-tree.
1497
1493
Resizes the tree when opening a file.
1498
1494
Type: `boolean ` , Default: `true`
1499
1495
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
+
1500
1501
*nvim-tree.actions.open_file.window_picker*
1501
1502
Window picker configuration.
1502
1503
@@ -1625,12 +1626,6 @@ Confirmation prompts.
1625
1626
Experimental features that may become default or optional functionality.
1626
1627
In the event of a problem please disable the experiment and raise an issue.
1627
1628
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
-
1634
1629
==============================================================================
1635
1630
5.20 OPTS: LOG *nvim-tree-opts-log*
1636
1631
@@ -2767,6 +2762,9 @@ Windows WSL and PowerShell
2767
2762
- Executable file detection is disabled as this is non-performant and can
2768
2763
freeze nvim
2769
2764
- 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.
2770
2768
2771
2769
==============================================================================
2772
2770
12. NETRW *nvim-tree-netrw*
0 commit comments