marocchino / motion-mode-vim

The motion-mode-vim provides some convenient features when you write codes in RubyMotion.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

motion-mode-vim

Description

The motion-mode-vim provides some convenient features when you write codes in RubyMotion. Current version's features is:

  • Code converter which converts a part of code from Objective-C to Ruby-style sentence
  • Run single spec code in vim

Install

In your .vimrc

bundle 'vim-scripts/AnsiEsc.vim'
bundle 'marocchino/motion-mode-vim'

map mc :call MotionConverter()<CR>
map ms :call MotionSpec()<CR>

See Also

About

The motion-mode-vim provides some convenient features when you write codes in RubyMotion.


Languages

Language:Ruby 93.3%Language:Vim Script 6.7%