vim 中的全局片段
我在 Vim 中使用 snipMate,并尝试在任何类型的文件中使用某些片段。但我只能找到将片段与特定文件类型相关联的方法。有没有办法设置“全局”片段?
I use snipMate in Vim, and try to use certain snippets in any type of file. But I could only find ways of relating snippets to specific filetypes. Is there a way to set 'global' snippets?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的代码片段目录中定义一个 _.snippets 文件并将全局代码片段放在那里
Define a _.snippets file in your snippets directory and puts there your global snippets