💾 Archived View for g.codelearn.me › 2018-12-19-vim-format-json.gmi captured on 2023-03-20 at 17:39:48. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
I have to note it, it's just brilliant!
If you want to format a JSON file opened in Vim then just run
: %!python -m json.tool
Stolen from this awesome post -