mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 18:47:29 -07:00
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:
parent
fb8a5f9246
commit
18d217919b
@ -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' }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user