There "^G" before names. It happens only when using vim in terminal. It is normal in MacVim.
Here's the image
I tried export LC_ALL=en_US.utf-8 export LANG="$LC_ALL" but it doesn't work.
Put let g:NERDTreeNodeDelimiter = "\u00a0"
in your .vimrc
See the associated GitHub issue: the issue is that Mac's default vim doesn't have the conceal
feature, and NERDTree doesn't do well in this case.
To fix it you can install Homebrew's vim, that is compiled with this feature, with brew install vim
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With