From 17649bcb78d2bd49250c3e65cb2b20423450e9b5 Mon Sep 17 00:00:00 2001 From: Iordanis Petkakis <12776461+dpetka2001@users.noreply.github.com> Date: Tue, 27 May 2025 23:14:02 +0300 Subject: [PATCH] fix(docs): add that `snacks.nvim` also needs `rg`/`fd` as requirements --- docs/intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro.md b/docs/intro.md index 635138e8bd..5d88f932a5 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -30,8 +30,8 @@ to make it easy to customize and extend your config. - [lazygit](https://github.com/jesseduffield/lazygit) **_(optional)_** - a **C** compiler for `nvim-treesitter`. See [here](https://github.com/nvim-treesitter/nvim-treesitter#requirements) - **curl** for [blink.cmp](https://github.com/Saghen/blink.cmp) **(completion engine)** -- for [fzf-lua](https://github.com/ibhagwan/fzf-lua) **_(optional)_** - - **fzf**: [fzf](https://github.com/junegunn/fzf) **(v0.25.1 or greater)** +- 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)_** + - **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) - **live grep**: [ripgrep](https://github.com/BurntSushi/ripgrep) - **find files**: [fd](https://github.com/sharkdp/fd) - a terminal that support true color and _undercurl_: