为 MacVim 安装 snipMate 插件
当我从 github 下载 snipMate 插件并解压到我的 .vim 目录时,我是否必须将 snipMate.vim 文件移动到我的 .vim 目录中的插件目录?从github下载的snipmate目录还包含一个插件目录,所以我不知道该怎么做。
When I download the snipMate plugin from github and extract to my .vim directory do I have to move the snipMate.vim file to plugins directory that's located in my .vim directory?? The snipmate directory downloaded from github also contains a plugin directory so I'm not sure what to do.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
github 存储库中的目录应该镜像 .vim 中的目录。因此,换句话说,github 存储库中“plugin”目录中的所有内容都需要移动到 .vim/plugin。 'doc'、'ftplugin' 等也是如此。
可能值得检查 Pathogen 插件对于维姆来说。它使得安装插件(特别是那些在 github 等网站上积极维护和运行的插件)变得非常易于管理。
The directories in the github repository are supposed to mirror the directories within .vim. So, in other words, everything within the 'plugin' directory in the github repo will need to be moved to .vim/plugin. Ditto with 'doc', 'ftplugin', etc.
It might be worth checking out the Pathogen plugin for vim. It makes installing plugins (particularly ones that are actively maintained and live on sites like github) very simple to manage.