.vim/after/plugin/tabular.vim

Mon, 27 Feb 2023 09:54:21 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 27 Feb 2023 09:54:21 -0600
changeset 1052
1ff243e9e6ca
parent 951
d37488324704
permissions
-rw-r--r--

drop ginit.vim (its not standard for nvim)

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