.config/nvim/after/plugin/tabular.vim@bfcf9813c223
.config/nvim/after/plugin/tabular.vim
Tue, 14 Mar 2023 22:56:37 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 14 Mar 2023 22:56:37 -0500
- changeset 1087
- bfcf9813c223
- parent 1029
-
9265f8508e4c
- permissions
- -rw-r--r--
try to fix stopinsert/autowrite again
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