.vim/after/plugin/tabular.vim

Tue, 07 Jun 2022 04:00:47 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 07 Jun 2022 04:00:47 -0400
changeset 994
d8f003e828e1
parent 951
d37488324704
permissions
-rw-r--r--

try -kpitl

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

mercurial