From 066e1d861fa2ecf1fa0174b1890a451e804aac28 Mon Sep 17 00:00:00 2001 From: Philip Kirkbride Date: Wed, 29 Mar 2017 22:16:45 -0400 Subject: [PATCH] Comment instead of removing L9 plugin --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5431ae8..8602e94 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ " Keep Plugin commands between vundle#begin/end. " plugin on GitHub repo 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 repos on your local machine (i.e. when working on your own plugin)