.vim/after/plugin/tabular.vim

Fri, 06 May 2022 05:12:36 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 06 May 2022 05:12:36 -0400
changeset 989
b5df8971e99b
parent 951
d37488324704
permissions
-rw-r--r--

add stow stub

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