Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 515 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 515 Bytes

Cuculus.vim

% for Ruby.

Requirements

  • if_ruby
  • parser gem

Configuration

" Load Cuculus.vim with a plugin manager
NeoBundle 'pocke/cuculus.vim'

" Define a keymap
autocmd FileType ruby nnoremap <silent><buffer> % :<C-u>call cuculus#jump()<CR>

Advanced Usage: Display pair code with popup window

screenshot

autocmd CursorMoved * call cuculus#display_pair_to_popup()