From 4d0176f58e690b1f9d773344bcfd10bb85ec9e9c Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Sun, 27 Dec 2015 15:30:24 -0800 Subject: [PATCH] Disable YouCompleteMe vim plugin --- vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 17274d3..d034efa 100644 --- a/vimrc +++ b/vimrc @@ -15,7 +15,8 @@ Plug 'bling/vim-airline' Plug 'tpope/vim-obsession' Plug 'tpope/vim-fugitive' Plug 'tpope/vim-classpath' -Plug 'Valloric/YouCompleteMe' +" DISABLED since it requires vim 7.3.598+ and I don't have that on my macbook +" Plug 'Valloric/YouCompleteMe' Plug 'rking/ag.vim' Plug 'scrooloose/syntastic'