I want to change default blue color of folders
How to set it?
The NERDTree is a file system explorer for the Vim editor. Using this plugin, users can visually browse complex directory hierarchies, quickly open files for reading or editing, and perform basic file system operations.
Ctrl + → arrow will switch to tab that is on the right of current tab.
The :wqa command will write all changed buffers and exit Vim. This will close down NerdTree, too.
:hi Directory guifg=#FF0000 ctermfg=red
If you want to customize file colors based on extension, I created this plugin. You can use it with vim-devicons, but If you don't have it, you can add this line to your .vimrc and it will highlight the filenames:
let g:NERDTreeFileExtensionHighlightFullName = 1
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With