Skip to content

Commit

Permalink
Merge pull request hadronized#249 from clason/patch-1
Browse files Browse the repository at this point in the history
fix(health): update to upstream changes
  • Loading branch information
hadronized authored Jun 21, 2022
2 parents 49e5226 + cff46dd commit 22137d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/hop/health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local hop = require'hop'
--
-- This function will perform checks at initialization to ensure everything will work as expected.
function M.check()
local health = require'health'
local health = vim.health or require'health'

health.report_start('Ensuring keys are unique')
local existing_keys = {}
Expand Down

0 comments on commit 22137d9

Please sign in to comment.