开发者

using .vim plugins with pathogen

开发者 https://www.devze.com 2023-04-02 10:07 出处:网络
I want to use lustyjuggler and lustyExplorer. They are vim plugins but I want to us pathogen to manage them. Normally I unzip vim plugins and the whole folder structure goes into ~/.vim/bundle/. But w

I want to use lustyjuggler and lustyExplorer. They are vim plugins but I want to us pathogen to manage them. Normally I unzip vim plugins and the whole folder structure goes into ~/.vim/bundle/. But with lustyJuggler and lustyExplorer they come as .vim files. How do I get 开发者_运维技巧these to work with pathogen?


Create the folders ~/.vim/bundle/lustyJuggler/plugin and ~/.vim/bundle/lustyExplorer/plugin and place the .vim files in there


You can use the vim-scripts mirrors:

https://github.com/vim-scripts/LustyJuggler
https://github.com/vim-scripts/LustyExplorer

Or you can create your own filestructure, just make the plugin folder manually, i.e.

~/.vim/bundle/lustyX/plugin/whatever.vim
0

精彩评论

暂无评论...
验证码 换一张
取 消