mirror of
https://github.com/fergalmoran/vimfiles.git
synced 2025-12-22 09:30:07 +00:00
Merge branch 'master' of github.com:fergalmoran/vimfiles
This commit is contained in:
4
.vimrc
4
.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
|
||||
|
||||
Submodule bundle/vundle updated: 9a38216a1c...fcc204205e
Reference in New Issue
Block a user