Skip to content

Commit

Permalink
fix(health): commit 8b8ab5f oversight (#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibhagwan committed Jun 16, 2024
1 parent 8b8ab5f commit 591cea7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/fzf-lua/_health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ function M.check()
else
warn("`nvim-web-devicons` not found")
end
for _, tool in ipairs({ "rg", "fd", "bat", "delta", "git" }) do
for _, tool in ipairs({ "rg", "fd", "bat", "batcat", "delta", "git" }) do
have(tool)
end
Expand Down

0 comments on commit 591cea7

Please sign in to comment.