Installation
Opened this issue · 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?
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.