add nerdtree git status info

This commit is contained in:
Marty Oehme 2019-03-20 16:35:11 +01:00
parent 961e6d1c6c
commit 0efb98fa30

View file

@ -44,6 +44,7 @@ Plug 'jiangmiao/auto-pairs' " Auto close brackets and ''
" Ecosystem
" Plug 'tpope/vim-fugitive' - Will have to take a closer look some other time
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' } " show a directory listing within vim
Plug 'Xuyuanp/nerdtree-git-plugin' " show git status in nerdtree for files and dirs
Plug 'Yggdroot/LeaderF' " fuzzy matcher, apparently faster than fzf, ctrlp, unit, denite
" Language Integration