@@ -213,6 +213,8 @@ Plugin 'iamcco/mathjax-support-for-mkdp'
213
213
Plugin ' iamcco/markdown-preview.vim'
214
214
Plugin ' jiangmiao/auto-pairs'
215
215
Plugin ' scrooloose/nerdtree'
216
+ Plugin ' tiagofumo/vim-nerdtree-syntax-highlight'
217
+ Plugin ' Xuyuanp/nerdtree-git-plugin'
216
218
Plugin ' rstacruz/sparkup' , {' rtp' : ' vim/' }
217
219
Plugin ' rkulla/pydiction'
218
220
Plugin ' Valloric/MatchTagAlways'
@@ -229,7 +231,6 @@ Plugin 'majutsushi/tagbar'
229
231
Plugin ' octol/vim-cpp-enhanced-highlight'
230
232
Plugin ' vim-airline/vim-airline'
231
233
Plugin ' vim-airline/vim-airline-themes'
232
- Plugin ' tiagofumo/vim-nerdtree-syntax-highlight'
233
234
Plugin ' vim-scripts/a.vim'
234
235
Plugin ' vim-scripts/DoxygenToolkit.vim'
235
236
Plugin ' vim-scripts/txt.vim'
@@ -396,6 +397,20 @@ nmap <Leader><Leader>il :IndentLinesToggle<CR>
396
397
let g: pydiction_location= ' ~/.vim/bundle/pydiction/complete-dict'
397
398
let g: pydiction_menu_height= 10
398
399
400
+ " nerdtree-git-plugin
401
+ let g: NERDTreeIndicatorMapCustom = {
402
+ \ " Modified" : " ✹" ,
403
+ \ " Staged" : " ✚" ,
404
+ \ " Untracked" : " ✭" ,
405
+ \ " Renamed" : " ➜" ,
406
+ \ " Unmerged" : " ═" ,
407
+ \ " Deleted" : " ✖" ,
408
+ \ " Dirty" : " ✗" ,
409
+ \ " Clean" : " ✔︎" ,
410
+ \ ' Ignored' : ' ☒' ,
411
+ \ " Unknown" : " ?"
412
+ \ }
413
+
399
414
" 个性化
400
415
if filereadable (expand ($HOME . ' /.vimrc.local' ))
401
416
source $HOME /.vimrc.local
0 commit comments