Vim 的类似 TextMate 的捆绑功能
我知道 Vim Snippets (使用 snippets.vim )但是有没有像 vim 的 Bundles (或模拟它的东西)之类的东西
I know Vim Snippets ( Using snippets.vim ) but is there something like Bundles ( or something to emulate it ) for vim
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能正在寻找“病原体”:http://www.vim.org/scripts/script。 php?script_id=2332。它允许您将整个插件放在“~/.vim/bundle”下自己的目录中。
You're probably looking for "pathogen": http://www.vim.org/scripts/script.php?script_id=2332. It lets you put entire plugins in their own directory under "~/.vim/bundle".
您可能还对 Vundle 感兴趣。
You may also be interested in Vundle.