RubyMine + .gvimrc + .vimrc?
I just installed the Vim plugin for RubyMine, but I cant f开发者_运维问答igure out where to put my configure files for vim.
I want the same color code highlight as specified in the configure files.
Any ideas?
I'm using OS X.
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?
I cant figure out where to put my configure files for vim.
The Vim plugin seems to add Vim bindings to RubyMine, and not be a full Vim emulator. From RubyMine's blog, the supported features are:
- Motion keys
- Deletion/Changing
- Insert mode commands
- Marks
- Registers
- VIM undo/redo
- Visual mode commands
- Some Ex commands
- Some :set options
- Full VIM regular expressions for search and search/replace
- Macros
- Diagraphs
- Command line history
- Search history
- Jumplists
- VIM help
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.
精彩评论