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

Cursor line is not highlighted

Open alexsmartens opened this issue 3 years ago • 0 comments
trafficstars

Problem: the line with the cursors is not highlighted. Expectation:

Screen Shot 2022-05-24 at 10 31 49 AM

My initial thought was that the highlight color is the same as the background color, but I tried different themes and it doesn't seem to help. I also added these lines to my config but it doesn't seem to help either:

let g:NERDTreeHighlightCursorline = 1
let g:NERDTreeHighlightFolders = 1 
Screen Shot 2022-05-24 at 10 22 08 AM Screen Shot 2022-05-24 at 10 24 25 AM

Please advice how to configure this

alexsmartens avatar May 24 '22 17:05 alexsmartens