oscarmlage oscarmlage

Log

This afternoon I had a meeting, my mate prettified a horrible string into a tabulated and perfectly aligned json in his shinny VSCode.

Immediately felt that I needed to get the same using my tools. Literally 4 mins later in my .vimrc:

:command Format :%!jq .
:command Unformat :%!jq -c .