Add example of how to install plugin using SHA
This commit is contained in:
parent
13ea184015
commit
534e7c0b9c
|
@ -122,6 +122,9 @@ Plug 'rdnetto/YCM-Generator', { 'branch': 'stable' }
|
||||||
" Using a tagged release; wildcard allowed (requires git 1.9.2 or above)
|
" Using a tagged release; wildcard allowed (requires git 1.9.2 or above)
|
||||||
Plug 'fatih/vim-go', { 'tag': '*' }
|
Plug 'fatih/vim-go', { 'tag': '*' }
|
||||||
|
|
||||||
|
" Using a Commit SHA
|
||||||
|
Plug 'junegunn/fzf.vim', { 'commit': '23dda8602f138a9d75dd03803a79733ee783e356'}
|
||||||
|
|
||||||
" Plugin options
|
" Plugin options
|
||||||
Plug 'nsf/gocode', { 'tag': 'v.20150303', 'rtp': 'vim' }
|
Plug 'nsf/gocode', { 'tag': 'v.20150303', 'rtp': 'vim' }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user