-
-
Notifications
You must be signed in to change notification settings - Fork 617
The path to open files is always displayed as an absolute path #2803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
In
will be
but nvim-tree will change cwd, so |
epheien
pushed a commit
to epheien/nvim-tree.lua
that referenced
this issue
Jun 13, 2024
That was discussed in the past, please search other issues but from top of my head it's a noop. |
@CcccX2017 you can change the vim/nvim-tree root at startup to match your requirements, see wiki Open At Startup for recipes. |
epheien
pushed a commit
to epheien/nvim-tree.lua
that referenced
this issue
Jun 16, 2024
alex-courtis
added a commit
that referenced
this issue
Jul 7, 2024
… files with a relative path rather than absolute (#2805) * temp workaround for issue #2803 * fix #2127 and #2803 * chore(#2127): read the configuration correctly * feat(#2127): add help * feat(#2127): normalise relative_path in config hierarchy * feat(#2127): update help --------- Co-authored-by: eph <[email protected]> Co-authored-by: Alexander Courtis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The path to open files is always displayed as an absolute path.
NERDTree work fine.
Neovim version
Operating system and version
macOS 12.7.5
Windows variant
No response
nvim-tree version
2086e56
Clean room replication
Steps to reproduce
init.vim
and press<CR>
<C-g>
Expected behavior
"init.vim" xxxx lines --0%--
message in cmdlineActual behavior
"~/.vim/init.vim" xxxx lines --0%--
message in cmdlineThe text was updated successfully, but these errors were encountered: