Skip to content

Commit 17649bc

Browse files
committed
fix(docs): add that snacks.nvim also needs rg/fd as requirements
1 parent 5cc9614 commit 17649bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ to make it easy to customize and extend your config.
3030
- [lazygit](https://github.com/jesseduffield/lazygit) **_(optional)_**
3131
- a **C** compiler for `nvim-treesitter`. See [here](https://github.com/nvim-treesitter/nvim-treesitter#requirements)
3232
- **curl** for [blink.cmp](https://github.com/Saghen/blink.cmp) **(completion engine)**
33-
- for [fzf-lua](https://github.com/ibhagwan/fzf-lua) **_(optional)_**
34-
- **fzf**: [fzf](https://github.com/junegunn/fzf) **(v0.25.1 or greater)**
33+
- for [fzf-lua](https://github.com/ibhagwan/fzf-lua) **_(optional)_** and [snacks.nvim](https://github.com/folke/snacks.nvim) **_(which is the default picker in new installations)_**
34+
- **fzf**: [fzf](https://github.com/junegunn/fzf) **(v0.25.1 or greater)** (only needed if you use [fzf-lua](https://github.com/ibhagwan/fzf-lua) picker)
3535
- **live grep**: [ripgrep](https://github.com/BurntSushi/ripgrep)
3636
- **find files**: [fd](https://github.com/sharkdp/fd)
3737
- a terminal that support true color and _undercurl_:

0 commit comments

Comments
 (0)