From dd28fc7368b6165565f472ba6db56876b09a4c48 Mon Sep 17 00:00:00 2001 From: Abhinav Gauniyal Date: Wed, 28 Oct 2015 22:00:15 +0530 Subject: [PATCH] Add a non-master branch example --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6f2376a..56cab7f 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,9 @@ Plug 'tpope/vim-fireplace', { 'for': 'clojure' } " Using git URL Plug 'https://github.com/junegunn/vim-github-dashboard.git' +" Using a non-master branch +Plug 'rdnetto/YCM-Generator', { 'branch': 'stable' } + " Plugin options Plug 'nsf/gocode', { 'tag': 'v.20150303', 'rtp': 'vim' }