1
0
mirror of https://github.com/luzifer/vim.git synced 2024-09-19 19:12:55 +00:00

Added nerdcommenter

This commit is contained in:
Knut Ahlers 2016-03-04 13:07:29 +01:00
parent f2bf5b45d2
commit 3fbefc61c9
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.netrwhist
bundle/*
view

2
vimrc
View File

@ -1,3 +1,4 @@
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
@ -10,6 +11,7 @@ Bundle 'airblade/vim-gitgutter'
Bundle 'tpope/vim-fugitive'
Bundle 'scrooloose/nerdtree'
Bundle 'Valloric/YouCompleteMe'
Bundle 'scrooloose/nerdcommenter'
" Jimdo stuff
Bundle 'Jimdo/vim-spec-runner'