1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

YCM has a vim-legacy branch now

This commit is contained in:
2021-02-17 10:01:09 +01:00
parent afdc46f09a
commit be22ae5d26

3
.vimrc
View File

@@ -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):