-
Notifications
You must be signed in to change notification settings - Fork 407
bibtex-tidy as a new vimetex friend? #2487
Copy link
Copy link
Closed
Labels
Description
Duplicate keys, bad formatting, and a host of other problems can make working with bib files a pain.
bibtex-tidy is a cool tool that makes this much easier. It has a CLI through npm and I'm wondering if it would be relatively easy to add it to vimtex as an optional add-on?
That is, if bibtex-tidy is on your system (npm install -g bibtex-tidy), then execute something like <localleader>lT to run bibtex-tidy on the current bib file.
I don't have the skills to execute this idea unfortunately.
Reactions are currently unavailable