Make user compile YCM manually
This commit is contained in:
parent
506be9e81e
commit
43a2f631fd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue