Closed hrqmonteiro closed 3 years ago
@hrqmonteiro fixed, check it out, pull the latest commit, also you might want to add this to .vimrc
augroup nerdtree
autocmd!
autocmd FileType nerdtree syntax clear NERDTreeFlags
autocmd FileType nerdtree syntax match hideBracketsInNerdTree "\]" contained conceal containedin=ALL
autocmd FileType nerdtree syntax match hideBracketsInNerdTree "\[" contained conceal containedin=ALL
autocmd FileType nerdtree setlocal conceallevel=3
autocmd FileType nerdtree setlocal concealcursor=nvic
augroup END
They've added square brackets around the flag in the latest https://github.com/preservim/nerdtree and this is removing them, if brackets are still showing downgrade the conceallevel
value.
I'll close the issue when you confirm it is working.
I get this error when i try to open NerdTree