diff options
| author | Damjan 9000 <damjan.9000@gmail.com> | 2025-05-11 02:23:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-10 20:23:54 -0400 |
| commit | e4a5bbeba9011db0f95e6e4f0e6ace4b26b7660c (patch) | |
| tree | 10eaf49561ddbb630592bc2acb4f707466e156ca | |
| parent | 1a7f6ca9ca8bc2dcfd54a1393f0c50950d7e46d4 (diff) | |
| download | dots-e4a5bbeba9011db0f95e6e4f0e6ace4b26b7660c.tar.gz | |
README: mention fd-find in requirements (#1477)
Fixes #1476
| -rw-r--r-- | nvim/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nvim/README.md b/nvim/README.md index 8ace8b9..4113950 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -23,7 +23,8 @@ If you are experiencing issues, please make sure you have the latest versions. External Requirements: - Basic utils: `git`, `make`, `unzip`, C Compiler (`gcc`) -- [ripgrep](https://github.com/BurntSushi/ripgrep#installation) +- [ripgrep](https://github.com/BurntSushi/ripgrep#installation), + [fd-find](https://github.com/sharkdp/fd#installation) - Clipboard tool (xclip/xsel/win32yank or other depending on the platform) - A [Nerd Font](https://www.nerdfonts.com/): optional, provides various icons - if you have it set `vim.g.have_nerd_font` in `init.lua` to true |