Skip to content

Commit 07a50a3

Browse files
committed
docs: mention fd in requirements
1 parent 3f23f17 commit 07a50a3

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
External Requirements:
1010
- Basic utils: `git`, `make`, `unzip`, C Compiler (`gcc`)
1111
- [ripgrep](https://github.com/BurntSushi/ripgrep#installation)
12+
- [fd](https://github.com/sharkdp/fd#installation)
1213
- [lazygit](https://github.com/jesseduffield/lazygit)
1314
- A [Nerd Font](https://www.nerdfonts.com/): optional, provides various icons
1415
- if you don't have it set `vim.g.have_nerd_font` in `init.lua` to false
@@ -63,19 +64,7 @@ Don't forget to choose a colorscheme
6364

6465
#### Windows Installation
6566

66-
<details><summary>Windows with Microsoft C++ Build Tools and CMake</summary>
67-
Installation may require installing build tools and updating the run command for `telescope-fzf-native`
68-
69-
See `telescope-fzf-native` documentation for [more details](https://github.com/nvim-telescope/telescope-fzf-native.nvim#installation)
70-
71-
This requires:
72-
73-
- Install CMake and the Microsoft C++ Build Tools on Windows
74-
75-
```lua
76-
{'nvim-telescope/telescope-fzf-native.nvim', build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' }
77-
```
78-
</details>
67+
Installation may require installing Microsoft C++ Built Tools and CMake.
7968
<details><summary>Windows with gcc/make using chocolatey</summary>
8069
Alternatively, one can install gcc and make which don't require changing the config,
8170
the easiest way is to use choco:

0 commit comments

Comments
 (0)