Skip to content

Experimental Features: actions.open_file.relative_path #2819

Closed
@alex-courtis

Description

@alex-courtis

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions