Created
November 15, 2021 10:50
-
-
Save MinSomai/5c981c3358ee6f1448bcd9db782ef03d to your computer and use it in GitHub Desktop.
Firacode Icons for nerdtree-git-plugin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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