mirror of
https://github.com/junegunn/vim-plug.git
synced 2026-01-19 05:22:47 +08:00
Add support for dictionary option argument: branch, rtp (#2)
This commit is contained in:
@@ -36,7 +36,8 @@ call plug#begin()
|
||||
|
||||
Plug 'junegunn/seoul256'
|
||||
Plug 'junegunn/vim-easy-align'
|
||||
" Plug 'user/repo', 'branch_or_tag'
|
||||
" Plug 'user/repo1', 'branch_or_tag'
|
||||
" Plug 'user/repo2', { 'rtp': 'vim/plugin/dir', 'branch': 'devel' }
|
||||
" Plug 'git@github.com:junegunn/vim-github-dashboard.git'
|
||||
" ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user