preservim / nerdtree

A tree explorer plugin for vim.
Do What The F*ck You Want To Public License
19.66k stars 1.45k forks source link

Added toggle for displaying symlink destination #1367

Open rzvxa opened 1 year ago

rzvxa commented 1 year ago

Description of Changes

Added an option to settings for showing or hiding symlink destinations. Note: This actually hides the special highlighting for symlink, As its highlighting depends on the -> mark being present and I've tried to reflect that in the documentation. Changing this behavior may need changes to the way symlinks are represented so we can highlight them without the destination path being present.


New Version Info

Author's Instructions

rzvxa commented 1 year ago

@alerque I would appreciate it if you review this one too, It's been hanging out here for over a month.

rzvxa commented 1 year ago

Thanks, I was holding back on merging this one until some feedback came. I'm not sure if this change is necessary.