.config/nvim/after/plugin/tabular.vim

Tue, 14 Nov 2023 02:24:17 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 14 Nov 2023 02:24:17 -0500
changeset 1135
7a17b7825b5f
parent 1029
9265f8508e4c
permissions
-rw-r--r--

switch fidget.nvim back to main

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

mercurial