Skip to content

Commit

Permalink
feat: health
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Jan 6, 2025
1 parent 4fe4b13 commit 1b0f16b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/neotest-golang/health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ function M.check()
start("Gotestsum (optional)")
M.gotestsum_recommended_on_windows()
M.gotestsum_installed_but_not_used()

start("utf8.nvim (optional)")
M.is_plugin_available("utf8")
end

function M.binary_found_on_path(executable, supress_warn)
Expand Down

0 comments on commit 1b0f16b

Please sign in to comment.