我使用 Vundle 来管理我的插件。但是,一些插件只有手动安装或使用 Pathogen 安装的说明。例如:
安装细节
安装病原体:
1. Place in pathogen directory
无病原体安装:
1. Place in .vim/indent directory, or anywhere in your runtime path. 2. If placed outside of .vim/indent directory, set g:js_indent = /location/to/javascript.vim in your .vimrc file. (This tells the html.vim file where to find the javascript indent file)
有没有办法将 Pathogen 安装说明转换为与 Vundle 一起使用?
或者我应该同时安装 Pathogen 和 Vundle 并使用我想要安装的插件最支持的那个?