Skip to content

Commit 99acaa0

Browse files
committed
docs: mention that jq is pre-installed on newer macOS versions
1 parent f137284 commit 99acaa0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ Automagical editing and creation of snippets.
8080
- Snippets saved in the [VSCode-style snippet
8181
format](#introduction-to-the-vscode-style-snippet-format).
8282
- *Recommended*: [telescope](https://github.com/nvim-telescope/telescope.nvim)
83-
OR [snacks.nvim](https://github.com/folke/snacks.nvim). Without
84-
one of them, the plugin falls back to `vim.ui.select`, which still
85-
works but lacks search and snippet previews.
83+
OR [snacks.nvim](https://github.com/folke/snacks.nvim). Without one of them,
84+
the plugin falls back to `vim.ui.select`, which still works but lacks search
85+
and snippet previews.
8686
- A snippet engine that can load VSCode-style snippets, such as:
8787
* [LuaSnip](https://github.com/L3MON4D3/LuaSnip)
8888
* [mini.snippets](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-snippets.md)
@@ -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

doc/nvim-scissors.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*nvim-scissors.txt* For Neovim Last change: 2025 April 12
1+
*nvim-scissors.txt* For Neovim Last change: 2025 April 30
22

33
==============================================================================
44
Table of Contents *nvim-scissors-table-of-contents*
@@ -340,6 +340,7 @@ The `.setup()` call is optional.
340340
-- `yq`/`jq` ensure formatted & sorted json files, which is relevant when
341341
-- you version control your snippets. To use a custom formatter, set to a
342342
-- list of strings, which will then be passed to `vim.system()`.
343+
-- TIP: `jq` is already pre-installed on newer versions of macOS.
343344
---@type "yq"|"jq"|"none"|string[]
344345
jsonFormatter = "none",
345346

0 commit comments

Comments
 (0)