summaryrefslogtreecommitdiff
path: root/lua/telescope/health.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/telescope/health.lua')
-rw-r--r--lua/telescope/health.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/health.lua b/lua/telescope/health.lua
index 010755e..638c122 100644
--- a/lua/telescope/health.lua
+++ b/lua/telescope/health.lua
@@ -25,7 +25,7 @@ local optional_dependencies = {
package = {
{
name = "fd",
- binaries = { "fd", "fdfind" },
+ binaries = { "fdfind", "fd" },
url = "[sharkdp/fd](https://github.com/sharkdp/fd)",
optional = true,
},