Added NERD Commenter

This commit is contained in:
Fergal Moran
2018-03-23 11:50:06 +00:00
parent 799663922d
commit cb29f5e356
2 changed files with 5 additions and 1 deletions

4
.vimrc
View File

@@ -77,6 +77,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'
@@ -226,4 +227,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