Skip to content

Commit

Permalink
fix nerdtree-git-status warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wangling12 authored Aug 20, 2020
1 parent 029d0a8 commit 59e26a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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" : "",
Expand Down

0 comments on commit 59e26a7

Please sign in to comment.