在 ubuntu 上全新安装 gvim。我应该把我的插件放在哪里?

发布于 2024-09-26 13:50:29 字数 409 浏览 3 评论 0原文

我刚刚在全新安装的 ubuntu lucid 上安装了 gvim。我之前把这件事搞砸了,这就是为什么我想从这里开始正确的步骤。

我应该在哪里保存所有 插件.vimrc?

我当前在 gvim 上的运行时路径是:

runtimepath=~/.vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim72,/usr/share/vim/vimfiles/after,/var /lib/vim/addons/after,~/.vim/after

我一直无法在 gvim 上工作的一件事是 snipMate。有人能指点一下如何与 gvim 配合使用吗?

I just installed gvim on fresh installation of ubuntu lucid. I've messed this up before that's why I want to start on the correct step here.

Where should I keep all my plugins and my .vimrc??

my current runtimepath on gvim is:

runtimepath=~/.vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim72,/usr/share/vim/vimfiles/after,/var/lib/vim/addons/after,~/.vim/after

one thing that i've never been able to get working on gvim is snipMate. Anyone has pointers on having that work with gvim?

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

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

发布评论

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

评论(2

风渺 2024-10-03 13:50:29

我将 pathogen~/.vimrc中的插件一起使用~/.vim/bundle更多详细信息。您可以在此处查看示例

I use pathogen with ~/.vimrc and plugins in ~/.vim/bundle, more details here. You can see an example here.

情绪少女 2024-10-03 13:50:29

Plugin 文件夹始终位于 ~home/.vim 或 ~home/vimfiles 下,您的 vim 配置文件或 .vimrc 始终位于您的 ~home/ 下,例如: ~home/.vimrc

Snipmate 在 Ubuntu 下完全适合我。正确解压它,它应该可以正常工作。顺便说一句,这是一个很棒的插件。

Plugin folder is always under ~home/.vim or ~home/vimfiles your vim configuration file or .vimrc always in your ~home/ as for example: ~home/.vimrc

Snipmate fully works for me under Ubuntu. unzip it correclty and it should work right. BTW a great great plugin.

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