Skip to content

Commit

Permalink
Pull the experimental fast start branch for ycm
Browse files Browse the repository at this point in the history
This is till ycm-core/YouCompleteMe#2085 is
resolved.
  • Loading branch information
achaudhury committed Jan 3, 2017
1 parent c2830b0 commit 637ed9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Expand Up @@ -156,7 +156,7 @@ Plug 'michaeljsmith/vim-indent-object'
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --bin' }
Plug 'junegunn/fzf.vim'

Plug 'Valloric/YouCompleteMe', { 'do': './install.py' }
Plug 'puremourning/YouCompleteMe', { 'do': './install.py', 'branch': 'fast-start' }

" Initialize plugin system
call plug#end()
Expand Down

0 comments on commit 637ed9e

Please sign in to comment.