Git remote validation

This commit is contained in:
Junegunn Choi
2013-09-17 12:35:10 +09:00
parent 09df71c3db
commit ee343ab562
2 changed files with 53 additions and 25 deletions

View File

@@ -23,8 +23,6 @@ A single-file Vim plugin manager.
- Easier to setup
- Parallel installation/update (requires +ruby)
- Alternative directory structure: user/repo
- Make it easier to switch plugins of the same name from different authors
### Cons.
@@ -47,6 +45,7 @@ call plug#begin()
Plug 'junegunn/seoul256'
Plug 'junegunn/vim-easy-align'
" Plug 'user/repo', 'branch_or_tag'
" Plug 'git@github.com:junegunn/vim-github-dashboard.git'
" ...
call plug#end()