tplugin_vim icon indicating copy to clipboard operation
tplugin_vim copied to clipboard

Installation

Open trusktr opened this issue 12 years ago • 1 comments

Do I have to install this by putting it somewhere and adding that to my runtime path?

Also, vundle installs all plugins in bundle, just like pathogen, no matter where I put tplugin it will always scan those for functions, etc?

trusktr avatar Apr 09 '13 10:04 trusktr

Do I have to install this by putting it somewhere and adding that to my runtime path?

I'd recommend to clone the code repository to your bundle directory (i.e. as ~/.vim/bundle/tplugin_vim) and to explicitely load ~/.vim/bundle/tplugin_vim/macros/tplugin.vim from vimrc. Then run :TPluginscan! TPlugin will deduce the root directory (aka ~/.vim/bundle) from it's location. Other root directories can be added with the :TPluginRoot command from vimrc.

Please let me know if it doesn't work this way.

tomtom avatar Apr 09 '13 17:04 tomtom