From 3068ce918221ba113662cce58c001b4b10754027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 11 Feb 2018 12:04:27 +0100 Subject: [PATCH] Disable YouCompleteMe --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 1a9b54d..7040298 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -24,7 +24,7 @@ Plug 'junegunn/goyo.vim' Plug 'junegunn/limelight.vim' " Plug 'sheerun/vim-polyglot' " Plug 'freitass/todo.txt-vim' -Plug 'Valloric/YouCompleteMe' +" Plug 'Valloric/YouCompleteMe' Plug 'nathanaelkane/vim-indent-guides' "Plugin 'Lokaltog/vim-easymotion'