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:
Xander Dunn 2015-08-22 11:30:13 -07:00
parent a6f3a020e3
commit d82c8e25cd

View File

@ -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' }