Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fergalmoran/vimfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
fergalmoran committed Mar 23, 2018
2 parents 67ce7cc + cb29f5e commit 07a4936
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion bundle/vundle
Submodule vundle updated 1 files
+1 −1 README_ZH_CN.md

0 comments on commit 07a4936

Please sign in to comment.