From 9f7322fc94d3f3a5f50d340ffade06b813f5e666 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 6 Jan 2021 01:53:29 +0100 Subject: =?UTF-8?q?Fix=20YMC=20=F0=9F=99=84=20and=20syntastic=20setup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For reference to why rolling eyes: https://github.com/ycm-core/YouCompleteMe/issues/3805 --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 51fb164..009ce27 100644 --- a/.vimrc +++ b/.vimrc @@ -10,12 +10,13 @@ Plug 'tpope/vim-fugitive' Plug 'tpope/vim-rails', { 'for': 'ruby' } Plug 'tpope/vim-endwise', { 'for': 'ruby' } " Plug 'tpope/vim-surround' +Plug 'vim-syntastic/syntastic' Plug 'sheerun/vim-polyglot' Plug 'junegunn/gv.vim', { 'on': 'GV' } Plug 'junegunn/limelight.vim' Plug 'junegunn/goyo.vim', { 'on': 'Goyo' } Plug 'vim-scripts/bufexplorer.zip' -Plug 'Valloric/YouCompleteMe', { 'do': './install.py' } +Plug 'ycm-core/YouCompleteMe', { 'do': './install.py', 'commit': '4e480a317' } Plug 'Valloric/MatchTagAlways', { 'for': 'html' } Plug 'scrooloose/nerdcommenter' Plug 'scrooloose/nerdtree' -- cgit v1.2.3