Skip to content

Commit

Permalink
Update health.lua
Browse files Browse the repository at this point in the history
Corrected method names in external_deps section
  • Loading branch information
gpit2286 authored Jan 28, 2025
1 parent 5cb14a1 commit d6a055c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/rustaceanvim/health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ function health.check()
get_binaries = function()
return { 'cargo-nextest' }
end,
optional = function()
is_optional = function()
return false
end,
url = '[cargo-nextest](https://nexte.st)',
Expand All @@ -327,7 +327,7 @@ function health.check()
return { 'codelldb', adapter.executable.command }
end
end,
optional = function()
is_optional = function()
return true
end,
url = '[lldb](https://lldb.llvm.org/)',
Expand Down

0 comments on commit d6a055c

Please sign in to comment.