Closed
Description
When I open a file with nvim-tree.lua, and I run "echo expand('%)" or "ctrl-g", I always get the absolute path, which can be really long for some of the projects I work on.
But if I open a file with ":e path/to/file", or if I open with another plugin such as telescope.nvim, "echo expand('%)" or "ctrl-g" show the relative path, relative to the current working directory.
Is there any way I can configure nvim-tree.lua, so that "echo expand('%)" or "ctrl-g" will show the relative path?
Metadata
Metadata
Assignees
Labels
No labels