Add different git branch in examples list

was confused why vim plug wasn't able to fetch remote repository and couldn't find an visible example. Might help other people in future if explicitly mentioned.
This commit is contained in:
Abhinav Gauniyal 2015-10-28 19:09:56 +05:30
parent fb8a5f9246
commit 18d217919b

View File

@ -62,6 +62,9 @@ Plug 'https://github.com/junegunn/vim-github-dashboard.git'
" Plugin options
Plug 'nsf/gocode', { 'tag': 'v.20150303', 'rtp': 'vim' }
" Or a different git branch
Plug 'rdnetto/YCM-Generator', { 'branch': 'stable'}
" Plugin outside ~/.vim/plugged with post-update hook
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': 'yes \| ./install' }