]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - vimrc
Move to YouCompleteMe for completions.
[max/dotfiles.git] / vimrc
diff --git a/vimrc b/vimrc
index b8cb7199daeed99827c56ae89f536acafe2f5cfc..4f6659b9533a3a7cda72b54e40fc26866f8774f5 100644 (file)
--- 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