mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-03-10 09:27:25 +00:00
fix(health): added fzf to healthchecks
This commit is contained in:
@@ -17,7 +17,7 @@ function M.check()
|
|||||||
error("Neovim >= 0.9.0 is required")
|
error("Neovim >= 0.9.0 is required")
|
||||||
end
|
end
|
||||||
|
|
||||||
for _, cmd in ipairs({ "git", "rg", { "fd", "fdfind" }, "lazygit" }) do
|
for _, cmd in ipairs({ "git", "rg", { "fd", "fdfind" }, "lazygit", "fzf" }) do
|
||||||
local name = type(cmd) == "string" and cmd or vim.inspect(cmd)
|
local name = type(cmd) == "string" and cmd or vim.inspect(cmd)
|
||||||
local commands = type(cmd) == "string" and { cmd } or cmd
|
local commands = type(cmd) == "string" and { cmd } or cmd
|
||||||
---@cast commands string[]
|
---@cast commands string[]
|
||||||
|
|||||||
Reference in New Issue
Block a user