From a69e11d1f5b0b47c174021e5b48bcb0f4f995169 Mon Sep 17 00:00:00 2001 From: lslxdx Date: Wed, 9 Mar 2016 14:35:29 +0800 Subject: [PATCH] Git plugin is now hosted on GitHub --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27adba2..ed32bab 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,8 @@ Plugin 'tpope/vim-fugitive' " plugin from http://vim-scripts.org/vim/scripts.html Plugin 'L9' - " Git plugin not hosted on GitHub - Plugin 'git://git.wincent.com/command-t.git' + " Git plugin is now hosted on GitHub + Plugin 'git@github.com:wincent/command-t.git' " git repos on your local machine (i.e. when working on your own plugin) Plugin 'file:///home/gmarik/path/to/plugin' " The sparkup vim script is in a subdirectory of this repo called vim.