From 637ed9e4d0c696ba23a8b3cf807fcd2e004cf7b3 Mon Sep 17 00:00:00 2001 From: achaudhury Date: Tue, 3 Jan 2017 00:22:02 -0500 Subject: [PATCH] Pull the experimental fast start branch for ycm This is till https://github.com/Valloric/YouCompleteMe/issues/2085 is resolved. --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 54245bb..2bd3b4a 100644 --- a/.vimrc +++ b/.vimrc @@ -156,7 +156,7 @@ Plug 'michaeljsmith/vim-indent-object' Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --bin' } Plug 'junegunn/fzf.vim' -Plug 'Valloric/YouCompleteMe', { 'do': './install.py' } +Plug 'puremourning/YouCompleteMe', { 'do': './install.py', 'branch': 'fast-start' } " Initialize plugin system call plug#end()