Sun, 23 Oct 2016 00:29:09 -0400
add tabular patterns
new file mode 100644 --- /dev/null +++ b/.vim/after/plugin/tabular.vim @@ -0,0 +1,4 @@ +if exists(':Tabularize') + AddTabularPattern! first_eq /^[^=]*\zs=/ + AddTabularPattern! first_arrow /^.\{-}\zs=>/ +endif