diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-01-06 01:53:29 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-01-06 01:53:29 +0100 |
| commit | 9f7322fc94d3f3a5f50d340ffade06b813f5e666 (patch) | |
| tree | b2a27071017020768b7f3b39b290bf2afca387f7 /.vimrc | |
| parent | 616841dece74a8caeed19aace47818733e6e9866 (diff) | |
Fix YMC 🙄 and syntastic setup
For reference to why rolling eyes: https://github.com/ycm-core/YouCompleteMe/issues/3805
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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' |
