summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-01-06 01:53:29 +0100
committerAhmed Abdelhalim <[email protected]>2021-01-06 01:53:29 +0100
commit9f7322fc94d3f3a5f50d340ffade06b813f5e666 (patch)
treeb2a27071017020768b7f3b39b290bf2afca387f7
parent616841dece74a8caeed19aace47818733e6e9866 (diff)
Fix YMC 🙄 and syntastic setup
For reference to why rolling eyes: https://github.com/ycm-core/YouCompleteMe/issues/3805
-rw-r--r--.vimrc3
1 files changed, 2 insertions, 1 deletions
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'