1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Git status support for nerdtree

This commit is contained in:
2019-09-01 14:34:32 +02:00
parent 85bee62c70
commit 3fe31493ab

1
.vimrc
View File

@@ -80,6 +80,7 @@ Plugin 'tpope/vim-sensible'
Plugin 'kristijanhusak/vim-hybrid-material'
" Quick file system tree, mapped to Ctrl+n for quick toggle
Plugin 'scrooloose/nerdtree'
Plugin 'Xuyuanp/nerdtree-git-plugin'
map <C-n> :NERDTreeToggle<CR>
let NERDTreeIgnore = ['\.pyc$', 'tags']
" close vim if the only window left open is a NERDTree