1
0
Fork 0
mirror of https://github.com/luzifer/vim.git synced 2024-12-20 10:21:19 +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
Bundle 'nathanaelkane/vim-indent-guides'
Bundle 'airblade/vim-gitgutter'
Bundle 'scrooloose/nerdtree'
" Jimdo stuff
Bundle 'Jimdo/vim-spec-runner'