fix nerdtree-git-status warning

fixed #292
This commit is contained in:
wangling12 2020-08-20 15:05:04 +08:00 committed by GitHub
parent 029d0a860b
commit 59e26a7e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.vimrc
View File

@ -312,7 +312,7 @@ map <leader>w <Plug>(easymotion-bd-w)
nmap <leader>w <Plug>(easymotion-overwin-w)
" nerdtree-git-plugin
let g:NERDTreeIndicatorMapCustom = {
let g:NERDTreeGitStatusIndicatorMapCustom = {
\ "Modified" : "✹",
\ "Staged" : "✚",
\ "Untracked" : "✭",