.vim/after/plugin/tabular.vim@c1c5ceab0dc0
.vim/after/plugin/tabular.vim
Fri, 24 Jan 2025 16:37:55 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 24 Jan 2025 16:37:55 -0600
- changeset 1185
- c1c5ceab0dc0
- parent 951
-
d37488324704
- permissions
- -rw-r--r--
no more asdf reshimming
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