.vim/after/plugin/tabular.vim

Fri, 22 Nov 2019 22:58:16 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 22 Nov 2019 22:58:16 -0600
changeset 831
1b8dd5465d3e
parent 464
452034aff788
child 942
1d3b41412cf6
permissions
-rw-r--r--

Allow plain :Tig

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

mercurial