Make user compile YCM manually

This commit is contained in:
flyingscorpio@arch-desktop 2020-09-11 11:57:50 +02:00
parent 506be9e81e
commit 43a2f631fd

View file

@ -26,7 +26,7 @@ call plug#begin('~/.vim/plugged')
" AUTOCOMPLETION, FORMATTING AND LINTING
" Main autocompletion
Plug 'ycm-core/YouCompleteMe', { 'do': './install.py --clang-completer --rust-complete --system-libclang' }
Plug 'ycm-core/YouCompleteMe'
" PEP8 linting for Python
Plug 'nvie/vim-flake8'
" Vim integration for various linters