From 4433c239955b1a7ce44c4a39acbd5ae06a939c11 Mon Sep 17 00:00:00 2001 From: hustcalm Date: Mon, 6 May 2013 19:43:08 +0800 Subject: [PATCH] plugins will work automatically thx to pathogen --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 61ca5c33..2f791872 100644 --- a/README.md +++ b/README.md @@ -375,20 +375,6 @@ after you clone my repo. Above we use vi to edit .gitmoudles and .git/config to remove references to specific submoudle. -### To make new plugin work - -**If you drop your plugins to bundle, you can ignore this.** - -**Also** maybe amix forgot to mention that you have to change plugins_config.vim under ~/.vim_runtime/vimrcs to make the plugin work. -Just to add a line to plugins_config.vim and it may look like this: - - call pathogen#infect('~/.vim_runtime/sources_forked') - call pathogen#infect('~/.vim_runtime/sources_non_forked') - call pathogen#infect('~/.vim_runtime/sources_plugins') - call pathogen#helptags() - -The line **3rd line** is added. Then pathogen will get everything done. - ### git submodule reference * [Tips-Using git submodule keep your vim plugin up-to-date](http://www.allenwei.cn/tips-using-git-submodule-keep-your-plugin-up-to-date/)