Skip to content

Commit

Permalink
why don't double-width characters look right? :/
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaddr committed Dec 1, 2017
1 parent 83bc876 commit f71ca0b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .vimrc
Expand Up @@ -162,18 +162,6 @@ let g:NERDTreeIndicatorMapCustom = {
\ 'Ignored' : 'I',
\ "Unknown" : "?"
\ }
let g:NERDTreeIndicatorMapCustom = {
\ "Modified" : "",
\ "Staged" : "",
\ "Untracked" : "",
\ "Renamed" : "",
\ "Unmerged" : "",
\ "Deleted" : "",
\ "Dirty" : "",
\ "Clean" : "✔︎",
\ 'Ignored' : '',
\ "Unknown" : "?"
\ }
let NERDTreeMinimalUI=1
let NERDTreeHighlightCursorline = 1

Expand Down

0 comments on commit f71ca0b

Please sign in to comment.