From 18d217919b5f83108c873b9bdf18e0847531ae78 Mon Sep 17 00:00:00 2001 From: Abhinav Gauniyal Date: Wed, 28 Oct 2015 19:09:56 +0530 Subject: [PATCH] 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. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6f2376a..2f5a105 100644 --- a/README.md +++ b/README.md @@ -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' }