在 ubuntu 上全新安装 gvim。我应该把我的插件放在哪里?
我刚刚在全新安装的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我将 pathogen 与
~/.vimrc
和中的插件一起使用~/.vim/bundle
,更多详细信息。您可以在此处查看示例。I use pathogen with
~/.vimrc
and plugins in~/.vim/bundle
, more details here. You can see an example here.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.