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:
3
.vimrc
3
.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):
|
||||
|
||||
Reference in New Issue
Block a user