puppet.vim 191 B

1234567
  1. if !exists('g:puppet_align_hashes')
  2. let g:puppet_align_hashes = 1
  3. endif
  4. if g:puppet_align_hashes
  5. inoremap <buffer> <silent> > ><Esc>:call puppet#align#AlignHashrockets()<CR>$a
  6. endif