.vim/after/plugin/tabular.vim

Wed, 14 Mar 2018 11:18:34 -0700

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 14 Mar 2018 11:18:34 -0700
changeset 703
cce8cf3118c5
parent 464
452034aff788
child 942
1d3b41412cf6
permissions
-rw-r--r--

add ddp config toggles

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

mercurial