From 1db5166b436efba861ff893a883a26e5776e5405 Mon Sep 17 00:00:00 2001 From: Trevor Hauter Date: Mon, 20 Oct 2025 09:07:23 -0400 Subject: [PATCH] docs(picker): fix typo in picker docs (#1887) ## Description Fix typo in snacks-picker docs. I've noticed the docs are auto-generated, so I split my changes into 2 commits so I can drop the change to the markdown file if preferred. Just let me know! --------- Co-authored-by: Folke Lemaitre --- doc/snacks-picker.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/snacks-picker.txt b/doc/snacks-picker.txt index 573b98a8..056fcb27 100644 --- a/doc/snacks-picker.txt +++ b/doc/snacks-picker.txt @@ -190,7 +190,7 @@ Snacks now comes with a modern fuzzy-finder to navigate the Neovim universe. - over 40 built-in sources - Fast and powerful fuzzy matching engine that supports the fzf search syntax - additionally supports field searches like `file:lua$ 'function` - - `files` and `grep` additionally support adding optiont like `foo -- -e=lua` + - `files` and `grep` additionally support adding options like `foo -- -e=lua` - uses **treesitter** highlighting where it makes sense - Sane default settings so you can start using it right away - Finders and matchers run asynchronously for maximum performance