From be22ae5d260d9be41db217d1c65e43fced43322d Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 17 Feb 2021 10:01:09 +0100 Subject: [PATCH] YCM has a vim-legacy branch now --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 475069d..2fdc350 100644 --- a/.vimrc +++ b/.vimrc @@ -320,7 +320,8 @@ if !filereadable(skip_ycm) " Only load YouCompleteMe if ~/.dot_no_ycm does not Plug 'ycm-core/YouCompleteMe' else " Version compatible with the vim in Debian 10 buster - Plug 'ycm-core/YouCompleteMe', { 'commit':'d98f896' } + " Plug 'ycm-core/YouCompleteMe', { 'commit':'d98f896' } + Plug 'ycm-core/YouCompleteMe', { 'branch':'legacy-vim' } endif " YouCompleteMe interpreter version (should be the same as what YCM was " compiled with):