Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 853 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 853 Bytes

Synicons

synicons.vim adds highlighting for vim-devicons in NERDTree.

synicons

Installation

Add this to your .vimrc

Plug `her/synicons.vim`

Install with :PlugInstall

Configuration

You can change the default colors by setting the highlight groups in your vimrc or colorscheme.

:hi DevIconRed        ctermfg=1     guifg=#800000
:hi DevIconGreen      ctermfg=2     guifg=#008000
:hi DevIconYellow     ctermfg=3     guifg=#808000
:hi DevIconBlue       ctermfg=4     guifg=#000080
:hi DevIconMagenta    ctermfg=5     guifg=#800080
:hi DevIconCyan       ctermfg=6     guifg=#008080
:hi DevIconWhite      ctermfg=7     guifg=#FFFFFF