Replies: 1 comment
-
It's just not something that everyone wants to see. There are enough people that would be interested to leave the commented out lines there to let you know it exists, but not enough people to turn it on by default.
Just copy and paste that one component into your renderer. For example: renderers = {
directory = {
{ "indent" },
{ "icon" },
{ "current_filter" },
{ "name" },
{ "symlink_target", highlight = "NeoTreeSymbolicLinkTarget" },
{ "clipboard" },
{ "diagnostics", errors_only = true },
{ "git_status" },
},
file = {
{ "indent" },
{ "icon" },
{ "name" },
{ "symlink_target", highlight = "NeoTreeSymbolicLinkTarget" },
{ "clipboard" },
{ "bufnr" },
{ "modified" },
{ "diagnostics" },
{ "git_status" },
}, |
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
-
I see that the symlink_target was commented out in the container component...
Beta Was this translation helpful? Give feedback.
All reactions