There "^G" before names. It happens only when using vim in terminal. It is normal in MacVim.
I tried export LC_ALL=en_US.utf-8 export LANG="$LC_ALL" but it doesn't work.
There "^G" before names. It happens only when using vim in terminal. It is normal in MacVim.
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
© 2022 - 2024 — McMap. All rights reserved.