Closed
Description
Experimental Features
nvim-tree has experimental features, previews of new functionality that will become default or optional functionality.
Please try these out and reply with your experiences. If you encounter a problem, please raise a bug report and indicate the experimental feature you are using.
#2127 Open Buffers With Relative Path (#2805)
Buffers opened by nvim-tree will use with relative paths instead of absolute.
Execute :ls
to see the paths of all open buffers.
:help nvim-tree.experimental.actions.open_file.relative_path
Enable:
experimental = {
actions = {
open_file = {
relative_path = true,
},
},
},
2024 07 07 introduced, false by default
Metadata
Metadata
Assignees
Labels
No labels