Plugin 'Yggdroot/indentLine'
Plugin 'Raimondi/delimitMate'
Plugin 'scrooloose/syntastic'
-Plugin 'Valloric/YouCompleteMe'
Plugin 'ternjs/tern_for_vim'
Plugin 'docunext/closetag.vim'
Plugin 'bling/vim-airline'
Plugin 'kien/ctrlp.vim'
Plugin 'editorconfig/editorconfig-vim'
Plugin 'LaTeX-Box-Team/LaTeX-Box'
+Plugin 'ajh17/VimCompletesMe'
" All of your Plugins must be added before the following line
call vundle#end() " required
" Editorconfig
let g:EditorConfig_exclude_patterns = ['fugitive://.*']
-" Delimit Mate
-let delimitMate_autoclose = 0
-
" latex-box
let g:LatexBox_quickfix = 4