.vim/after/plugin/tabular.vim@c43cb588aa41
.vim/after/plugin/tabular.vim
Thu, 08 Jul 2021 12:58:18 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 08 Jul 2021 12:58:18 -0500
- changeset 922
- c43cb588aa41
- parent 464
-
452034aff788
- child 942
-
1d3b41412cf6
- permissions
- -rw-r--r--
gofumpt is a static dep of gopls, no need for the note to self
if exists(':Tabularize')
AddTabularPattern! first_eq /^[^=]*\zs=/
AddTabularPattern! first_arrow /^.\{-}\zs=>/
AddTabularPattern! first_colon /^.\{-}:\zs/
AddTabularPattern! methods /->\|\\./l1r0
endif