1
0
Fork 0
mirror of https://github.com/luzifer/vim.git synced 2024-12-20 18:31:20 +00:00

Added nerdtree plugin

This commit is contained in:
Knut Ahlers 2013-11-01 16:36:53 +01:00
parent d17656f762
commit 040d110892

1
vimrc
View file

@ -7,6 +7,7 @@ Bundle 'gmarik/vundle'
" Other plugins " Other plugins
Bundle 'nathanaelkane/vim-indent-guides' Bundle 'nathanaelkane/vim-indent-guides'
Bundle 'airblade/vim-gitgutter' Bundle 'airblade/vim-gitgutter'
Bundle 'scrooloose/nerdtree'
" Jimdo stuff " Jimdo stuff
Bundle 'Jimdo/vim-spec-runner' Bundle 'Jimdo/vim-spec-runner'