refactor(health): apparently there was something stupid that i wrote a while ago
This commit is contained in:
parent
b4b0b3ec42
commit
1aaefb5787
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue