File tree 2 files changed +6
-4
lines changed 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -80,9 +80,9 @@ Automagical editing and creation of snippets.
80
80
- Snippets saved in the [ VSCode-style snippet
81
81
format] ( #introduction-to-the-vscode-style-snippet-format ) .
82
82
- * 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.
86
86
- A snippet engine that can load VSCode-style snippets, such as:
87
87
* [ LuaSnip] ( https://github.com/L3MON4D3/LuaSnip )
88
88
* [ mini.snippets] ( https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-snippets.md )
@@ -317,6 +317,7 @@ require("scissors").setup {
317
317
-- `yq`/`jq` ensure formatted & sorted json files, which is relevant when
318
318
-- you version control your snippets. To use a custom formatter, set to a
319
319
-- list of strings, which will then be passed to `vim.system()`.
320
+ -- TIP: `jq` is already pre-installed on newer versions of macOS.
320
321
--- @type " yq" | " jq" | " none" | string[]
321
322
jsonFormatter = " none" ,
322
323
Original file line number Diff line number Diff line change 1
- *nvim-scissors.txt* For Neovim Last change: 2025 April 12
1
+ *nvim-scissors.txt* For Neovim Last change: 2025 April 30
2
2
3
3
==============================================================================
4
4
Table of Contents *nvim-scissors-table-of-contents*
@@ -340,6 +340,7 @@ The `.setup()` call is optional.
340
340
-- `yq` /`jq` ensure formatted & sorted json files, which is relevant when
341
341
-- you version control your snippets. To use a custom formatter, set to a
342
342
-- list of strings, which will then be passed to `vim .system ()` .
343
+ -- TIP: `jq` is already pre-installed on newer versions of macOS.
343
344
---@type "yq"|"jq"|"none"|string[]
344
345
jsonFormatter = "none",
345
346
You can’t perform that action at this time.
0 commit comments