mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-24 04:56:33 -07:00
Add local plugin usage to the README
This was added to the README in
466d1839b3
, but for some reason the
functionality is still there but it’s no longer documented in the
README.
This commit is contained in:
parent
a6f3a020e3
commit
d82c8e25cd
@ -59,6 +59,9 @@ Plug 'tpope/vim-fireplace', { 'for': 'clojure' }
|
|||||||
" Using git URL
|
" Using git URL
|
||||||
Plug 'https://github.com/junegunn/vim-github-dashboard.git'
|
Plug 'https://github.com/junegunn/vim-github-dashboard.git'
|
||||||
|
|
||||||
|
" Local plugin
|
||||||
|
Plug '/my/local/vim/plugin'
|
||||||
|
|
||||||
" 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