.vim/after/plugin/tabular.vim@9b6eec375e56
.vim/after/plugin/tabular.vim
Sun, 24 May 2020 03:04:34 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 24 May 2020 03:04:34 -0500
- changeset 869
- 9b6eec375e56
- parent 464
-
452034aff788
- child 942
-
1d3b41412cf6
- permissions
- -rw-r--r--
Add gotags integration
if exists(':Tabularize')
AddTabularPattern! first_eq /^[^=]*\zs=/
AddTabularPattern! first_arrow /^.\{-}\zs=>/
AddTabularPattern! first_colon /^.\{-}:\zs/
AddTabularPattern! methods /->\|\\./l1r0
endif