简体   繁体   English

RubyMine + .gvimrc + .vimrc吗?

[英]RubyMine + .gvimrc + .vimrc?

I just installed the Vim plugin for RubyMine, but I cant figure out where to put my configure files for vim. 我刚刚为RubyMine安装了Vim插件,但是我不知道将配置文件放入何处。

I want the same color code highlight as specified in the configure files. 我想要与配置文件中指定的颜色代码相同的突出显示。

Any ideas? 有任何想法吗?

I'm using OS X. 我正在使用OSX。

I want the same color code highlight as specified in the configure files. 我想要与配置文件中指定的颜色代码相同的突出显示。

I don't think you can. 我认为你不能。 Did you look at RubyMine's color schemes ? 您是否看过RubyMine的配色方案

I cant figure out where to put my configure files for vim. 我不知道将配置文件放入vim的位置。

The Vim plugin seems to add Vim bindings to RubyMine, and not be a full Vim emulator. Vim插件似乎将Vim绑定添加到RubyMine,而不是完整的Vim模拟器。 From RubyMine's blog , the supported features are: RubyMine的博客中 ,受支持的功能是:

  • Motion keys 动作键
  • Deletion/Changing 删除/更改
  • Insert mode commands 插入模式命令
  • Marks 分数
  • Registers 寄存器
  • VIM undo/redo VIM撤消/重做
  • Visual mode commands 视觉模式命令
  • Some Ex commands 一些防爆命令
  • Some :set options 一些:set选项
  • Full VIM regular expressions for search and search/replace 用于搜索和搜索/替换的完整VIM正则表达式
  • Macros
  • Diagraphs Diagraphs
  • Command line history 命令行历史
  • Search history 搜索历史记录
  • Jumplists 跳转列表
  • VIM help VIM帮助

If none of their themes work, maybe talk to their support people or request the feature? 如果他们的主题都不起作用,那么可以与他们的支持人员联系或要求该功能? But it seems they'd be unlikely to add it when they have a variety of their own color schemes. 但是,当他们有各种自己的配色方案时,似乎不太可能添加它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM