.vim/after/plugin/tabular.vim

Wed, 13 Oct 2021 13:21:52 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 13 Oct 2021 13:21:52 -0500
changeset 949
cb33f9050d24
parent 942
1d3b41412cf6
child 951
d37488324704
permissions
-rw-r--r--

Add completion toggle and delay

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

mercurial