.config/nvim/after/plugin/tabular.vim@1ff243e9e6ca
.config/nvim/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 1029
-
9265f8508e4c
- 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