Open jackywu opened 1 year ago
Before creating an issue, take some time to search these resources. It's possible that someone else has already asked your question and gotten an answer.
:h NERDTree
After searching through the documentation for nerdtree, I couldn't find a way to hide file links in the directory tree. What can I do?
I find a workaround way , put it in .vimrc will make the symlink target do not capture you attention:
.vimrc
" make symlink do not hightlight hi link NERDTreeLinkTarget Conceal
Before creating an issue, take some time to search these resources. It's possible that someone else has already asked your question and gotten an answer.
:h NERDTree
State Your Question
After searching through the documentation for nerdtree, I couldn't find a way to hide file links in the directory tree. What can I do?