From d82c8e25cd758f4e09bc267c90c2e6c6248657b1 Mon Sep 17 00:00:00 2001 From: Xander Dunn Date: Sat, 22 Aug 2015 11:30:13 -0700 Subject: [PATCH] Add local plugin usage to the README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was added to the README in 466d1839b37c174a66b329fadce2512b0a2ffa5e, but for some reason the functionality is still there but it’s no longer documented in the README. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4738d7b..c8e215b 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,9 @@ Plug 'tpope/vim-fireplace', { 'for': 'clojure' } " Using git URL Plug 'https://github.com/junegunn/vim-github-dashboard.git' +" Local plugin +Plug '/my/local/vim/plugin' + " Plugin options Plug 'nsf/gocode', { 'tag': 'v.20150303', 'rtp': 'vim' }