mirror of
https://github.com/luzifer/vim.git
synced 2024-11-09 16:10:00 +00:00
Added nerdcommenter
This commit is contained in:
parent
f2bf5b45d2
commit
3fbefc61c9
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
.netrwhist
|
||||
bundle/*
|
||||
view
|
||||
|
|
2
vimrc
2
vimrc
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue