如何在 vimrc 中启动时加载源

发布于 2024-10-24 01:00:18 字数 157 浏览 1 评论 0原文

我无法让 snipMate 与 gvim 一起使用,然后发现存在一个现有的

为了让我免于每次打开 vim 时都要记住运行该命令的痛苦,我尝试将相同的命令添加到我的启动设置中 (~/ .vimrc)..但是这似乎不起作用。

有没有其他方法可以在启动 vim 时加载它?

I was not able to get snipMate to work with gvim and then found that there is an existing issue. the solution seems to be to run the following command after opening vim
source ~/.vim/after/plugin/snipMate.vim

To save me from the pain of remembering to run that every time I open vim, I tried adding that same command to my startup settings (~/.vimrc)..however that does not seem to work.

Is there another way to load this at the time when I start vim?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

相权↑美人 2024-10-31 01:00:18

将其添加到您的 .vimrc 中:

:so ~/.vim/after/plugin/snipMate.vim

Add this in your .vimrc:

:so ~/.vim/after/plugin/snipMate.vim
伏妖词 2024-10-31 01:00:18

设置适当的文件类型而没有定义类型snipmate不知道如何完成例如。

:set ft=python

Set the appropriate file type without the defined type snipmate not know how to complete eg.

:set ft=python
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文