Merge branch 'master' of github.com:fergalmoran/vimfiles

This commit is contained in:
Fergal Moran
2018-03-23 11:52:07 +00:00
2 changed files with 5 additions and 1 deletions

4
.vimrc
View File

@@ -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