Wed, 06 Feb 2019 21:03:11 -0600
switch from vundle to plug
423 | 1 | if exists(':Tabularize') |
2 | AddTabularPattern! first_eq /^[^=]*\zs=/ | |
3 | AddTabularPattern! first_arrow /^.\{-}\zs=>/ | |
464
452034aff788
add first colon shortcut
Meredith Howard <mhoward@roomag.org>
parents:
425
diff
changeset
|
4 | AddTabularPattern! first_colon /^.\{-}:\zs/ |
425
e23906d13a57
add method tab shortcut
Meredith Howard <mhoward@roomag.org>
parents:
423
diff
changeset
|
5 | AddTabularPattern! methods /->\|\\./l1r0 |
423 | 6 | endif |