mirror of
https://github.com/junegunn/vim-plug.git
synced 2025-12-28 03:16:51 +08:00
Git remote validation
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user