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

Extra syntax and highlight for nerdtree files

Results 18 vim-nerdtree-syntax-highlight issues
Sort by recently updated
recently updated
newest added
trafficstars

Trying to get this to work in Vim, Nvim or Macvim. They all look like this: ![image](https://user-images.githubusercontent.com/634562/100148567-c8248f80-2e51-11eb-8555-89b2186bd997.png) Also tried the recommended `syntax clear NERDTreeFlags` to no avail. .... Update, it...

there's a significant delay whenever i navigate my home directory inside nerdtree, i guess this is due to lots of folders on my directory?, its working fine on small number...

Commits between Aug 19, 2016 and Aug 22, 2016 makes Vim lag. Using: GVim 7.4.2216 Windows 10 Configs: ``` vim set regexpengine=1 ```

Hello, how can I add Terraform file extensions ( hcl/tm/tfvars) to this plugin?

vim version: 9.0.1572 neovim version: 0.9.1 filename containing some punctuation characters ( [, ], ', ", ; and maybe others) or non ascii characters (like à é è) are not...

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...

When I install this plugin, all of my files and folders got highlighted (file/folder's name is the same color as icon) and I can't figure out how to fix this....