From 998f14f83eeb89e945b6b603789e75be1ffe12d9 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 27 Oct 2018 10:54:21 +0200 Subject: vimrc: Disable YCM Signed-off-by: Florian Pritz --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 53b76c9..23430f9 100644 --- a/.vimrc +++ b/.vimrc @@ -73,7 +73,7 @@ set runtimepath+=/usr/share/vim set runtimepath+=~/.vim/bundle/vundle call vundle#begin() -Plugin 'Valloric/YouCompleteMe' +"Plugin 'Valloric/YouCompleteMe' Plugin 'SirVer/ultisnips' "Plugin 'scrooloose/syntastic' Plugin 'neomake/neomake' -- cgit v1.2.3-24-g4f1b