Replies: 1 comment
-
Added feature request #1743 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, nvim-tree’s default behavior is to append
/..
to the root directory. This makes sense because the user can't browse one directory up. However, ifactions.change_dir.restrict_above_cwd
is enabled, this is no longer possible.Therefore, I'd recommend appending
/..
inlocal function format_root_name
if, and only if,actions.change_dir.restrict_above_cwd
is not enabled. IMO, this would result in a better UX.Beta Was this translation helpful? Give feedback.
All reactions