From: Maximilian Friedersdorff Date: Fri, 6 Nov 2015 15:34:18 +0000 (+0000) Subject: Move to YouCompleteMe for completions. X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=8da8523c62c0d1ff41b56df170acca3c75a32d66;hp=ffd156ded0f3b8473c9662815a7edce93035bb21;p=max%2Fdotfiles.git Move to YouCompleteMe for completions. --- diff --git a/vimrc b/vimrc index b8cb719..4f6659b 100644 --- a/vimrc +++ b/vimrc @@ -17,7 +17,6 @@ Plugin 'pangloss/vim-javascript' 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' @@ -26,6 +25,7 @@ Plugin 'tpope/vim-fugitive' 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 @@ -72,9 +72,6 @@ let g:ctrlp_working_path_mode = 'r' " Editorconfig let g:EditorConfig_exclude_patterns = ['fugitive://.*'] -" Delimit Mate -let delimitMate_autoclose = 0 - " latex-box let g:LatexBox_quickfix = 4