mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
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 <folke.lemaitre@gmail.com>
This commit is contained in:
parent
351bab1866
commit
1db5166b43
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ Snacks now comes with a modern fuzzy-finder to navigate the Neovim universe.
|
|||
- over 40 built-in sources <https://github.com/folke/snacks.nvim/blob/main/docs/picker.md#-sources>
|
||||
- Fast and powerful fuzzy matching engine that supports the fzf <https://junegunn.github.io/fzf/search-syntax/> 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue