.vim/after/plugin/tabular.vim

Sun, 23 Oct 2016 02:31:27 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 23 Oct 2016 02:31:27 -0400
changeset 425
e23906d13a57
parent 423
dd1863db6d31
child 464
452034aff788
permissions
-rw-r--r--

add method tab shortcut

if exists(':Tabularize')
  AddTabularPattern! first_eq    /^[^=]*\zs=/
  AddTabularPattern! first_arrow /^.\{-}\zs=>/
  AddTabularPattern! methods     /->\|\\./l1r0
endif

mercurial