From 43a2f631fdad445ba11709a62de12dce2c18a328 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Fri, 11 Sep 2020 11:57:50 +0200 Subject: [PATCH] Make user compile YCM manually --- dotfiles/vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index f13daa2..6305387 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -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