Skip to content

Instantly share code, notes, and snippets.

@MinSomai
Created November 15, 2021 10:50
Show Gist options
  • Save MinSomai/5c981c3358ee6f1448bcd9db782ef03d to your computer and use it in GitHub Desktop.
Save MinSomai/5c981c3358ee6f1448bcd9db782ef03d to your computer and use it in GitHub Desktop.
Firacode Icons for nerdtree-git-plugin
" using windows character map
" Nerdtree git plugin
let g:NERDTreeGitStatusIndicatorMapCustom = {
\ 'Modified' :'☼',
\ 'Staged' :'+',
\ 'Untracked' :'U',
\ 'Renamed' :'➡',
\ 'Unmerged' :'‗',
\ 'Deleted' :'X',
\ 'Dirty' :'╳',
\ 'Ignored' :'☒',
\ 'Clean' :'✓',
\ 'Unknown' :'?',
\ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment