add nerdtree git status info
This commit is contained in:
parent
961e6d1c6c
commit
0efb98fa30
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ Plug 'jiangmiao/auto-pairs' " Auto close brackets and ''
|
||||||
" Ecosystem
|
" Ecosystem
|
||||||
" Plug 'tpope/vim-fugitive' - Will have to take a closer look some other time
|
" 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 '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
|
Plug 'Yggdroot/LeaderF' " fuzzy matcher, apparently faster than fzf, ctrlp, unit, denite
|
||||||
|
|
||||||
" Language Integration
|
" Language Integration
|
||||||
|
|
Loading…
Reference in a new issue