.config/nvim/after/plugin/tabular.vim@beb170aa6789
.config/nvim/after/plugin/tabular.vim
Thu, 11 Apr 2024 13:19:24 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 11 Apr 2024 13:19:24 -0400
- changeset 1145
- beb170aa6789
- parent 1029
-
9265f8508e4c
- permissions
- -rw-r--r--
add .luarc.jsonc
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