Move all files to sculpin/
This commit is contained in:
parent
c5d71803a5
commit
0f61b4e9ee
1514 changed files with 0 additions and 0 deletions
11
sculpin/source/_posts/17.md
Normal file
11
sculpin/source/_posts/17.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
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
|
||||
note: true
|
||||
permalink: /notes/17-format-json-file-in-vim
|
||||
---
|
||||
|
||||
Use `:%!jq` to format/beautify a JSON file within vim using `jq`.
|
Loading…
Add table
Add a link
Reference in a new issue