Hi, awesome plugin!
Now there goes a problem: a single bracket appear on the first line of my nerd-tree.
I set this in my .vimrc:
let g:WebDevIconsUnicodeDecorateFolderNodes = 1
let g:DevIconsEnableFoldersOpenClose = 1
The bracket dismisses as long as I delete the 2 sentences above.
7.40.8.3Terminal vimIterm2 on MacScreenshot:

Looking forward to your reply!
Interesting haven't seen that before. I'll check it out when I can. Thanks!
Thanks for your fast replying!
Here goes my .vimrc.bundles.local which may help you.
@LumpyChen Thanks for the link, I haven't had a chance to follow up yet.
I have this problem too :(
@LumpyChen Sorry for the delay in a proper reply.. just tested with your settings as best I could (not on iterm/mac).
Do you still have this issue? If so:
:set conceallevel? is ?@Leeiio Can you share with me a minimal vimrc that you are able to reproduce this issue?
@ryanoasis It's ok now, and i don't know why because i have do a lot of things there days like PlugUpdate my plugins and brew update, brew upgrade my vim. :)
@ryanoasis
I really appreciate your contribution, I solve this problem by a :PluginInstall! days ago.
I think there may be a compatible problem with other plugin's old version.
馃槯
I also ran into this issue. The offending plugin was
After removing this plugin, the extra bracket went away.
Thanks for the updates all.
@bytebeast Thanks, interesting I will have to try that out.
This may becasue of this plugin changed the syntax definition of nerdtree filetype.
There is a workaround for this problem: just disable the rainbow plugin for the nerdtree filetype. I provided a configuration for my plugin here
Thanks @luochen1990 . I am also going to look into this to see what I can do (if anything) to improve conflicts with other plugins :worried:
@ryanoasis Maybe you can define parentheses as keyword or match syntax, so that it will override the region syntax definition of parentheses, which almost all rainbow plugin uses.
Most helpful comment
This may becasue of this plugin changed the syntax definition of
nerdtreefiletype.There is a workaround for this problem: just disable the rainbow plugin for the
nerdtreefiletype. I provided a configuration for my plugin here