vim-nerdtree-syntax-highlight icon indicating copy to clipboard operation
vim-nerdtree-syntax-highlight copied to clipboard

NERDTreePatternMatchHighlightColor works, but with error "Cannot allocate color"

Open vitaly-zdanevich opened this issue 2 years ago • 0 comments

My config for your plugin:

let g:NERDTreeFileExtensionHighlightFullName = 1
let g:NERDTreeExactMatchHighlightFullName = 1
let g:NERDTreePatternMatchHighlightFullName = 1

let g:NERDTreePatternMatchHighlightColor = {} " this line is needed to avoid error
let g:NERDTreePatternMatchHighlightColor['.*_test\.go$'] = 'f00'

vitaly-zdanevich avatar May 04 '23 16:05 vitaly-zdanevich