Replies: 1 comment
-
If you like, you can customise this label further via a function You can disable it completely via |
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.
-
Description
Setting
renderer.root_folder_label
to an empty string or any string doesn't show it but instead falls back to full path like "C:\Users\user\project`.Setting it to ':h' also falls back to full absolute path instead of short.
Neovim version
Operating system and version
Windows 10, Terminal
nvim-tree version
master
Minimal config
any
Steps to reproduce
renderer.root_folder_label
to "", "My label" or ":h"Expected behavior
Label is equal to the string or just directory name for ":h" instead of entire absolute path
Actual behavior
its always absolute path
Beta Was this translation helpful? Give feedback.
All reactions