Skip to content

Commit cbaab98

Browse files
committed
docs: mention that jq is pre-installed on nwer macOS versions
1 parent f137284 commit cbaab98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ require("scissors").setup {
317317
-- `yq`/`jq` ensure formatted & sorted json files, which is relevant when
318318
-- you version control your snippets. To use a custom formatter, set to a
319319
-- list of strings, which will then be passed to `vim.system()`.
320+
-- TIP: `jq` is already pre-installed on newer versions of macOS.
320321
---@type "yq"|"jq"|"none"|string[]
321322
jsonFormatter = "none",
322323

0 commit comments

Comments
 (0)