.vim/after/plugin/tabular.vim

Thu, 10 Nov 2016 01:34:37 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 10 Nov 2016 01:34:37 -0500
changeset 430
cac0a6e87836
parent 425
e23906d13a57
child 464
452034aff788
permissions
-rw-r--r--

lord save me from the shift key

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

mercurial