Rename notes to zets

This commit is contained in:
Oliver Davies 2024-09-14 16:57:43 +01:00
parent e70d8c6f1f
commit 6d4667887d
35 changed files with 57 additions and 33 deletions

9
source/_zets/17.md Normal file
View file

@ -0,0 +1,9 @@
---
title: "Format JSON file in vim"
date: 2024-08-27 20:21:17
tags: [Vim, Neovim, JSON, jq]
links:
- https://vi.stackexchange.com/a/19950
---
Use `:%!jq` to format/beautify a JSON file within vim using `jq`.