diff --git a/.vimrc b/.vimrc index ac2e28e..c9ca012 100644 --- a/.vimrc +++ b/.vimrc @@ -79,6 +79,7 @@ set smartcase Plugin 'Chiel92/vim-autoformat' Plugin 'gmarik/vundle' Plugin 'scrooloose/nerdtree' +Plugin 'scrooloose/nerdcommenter' Plugin 'tiagofumo/vim-nerdtree-syntax-highlight' Plugin 'vim-syntastic/syntastic' Plugin 'Shougo/vimproc.vim' @@ -228,4 +229,7 @@ set tags+=/home/fergalm/.vim/tags autocmd Filetype java setlocal omnifunc=javacomplete#Complete let g:SuperTabDefaultCompletionType = 'context' +" NerdCommenter +let g:NERDSpaceDelims = 1 + colorscheme dracula diff --git a/bundle/vundle b/bundle/vundle index 9a38216..fcc2042 160000 --- a/bundle/vundle +++ b/bundle/vundle @@ -1 +1 @@ -Subproject commit 9a38216a1c0c597f978d73547d37681fc689c90d +Subproject commit fcc204205e3305c4f86f07e09cd756c7d06f0f00