refactor(health): apparently there was something stupid that i wrote a while ago

This commit is contained in:
Oleksandr Smirnov 2025-03-02 16:41:18 +02:00
parent b4b0b3ec42
commit 1aaefb5787
No known key found for this signature in database

View file

@ -35,10 +35,7 @@ end
---@param bin string ---@param bin string
---@return boolean ---@return boolean
local function is_binary_found(bin) local function is_binary_found(bin)
if vim.fn.executable(bin) == 1 then return vim.fn.executable(bin) == 1
return true
end
return false
end end
---@param ft string ---@param ft string