refactor(checkhealth): rename util file
This commit is contained in:
parent
f7593f43b5
commit
62a7b2fb82
2 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
local health = {}
|
||||
local cmd = require("gopher.config").config.commands
|
||||
local u = require "gopher._utils._health"
|
||||
local u = require "gopher._utils.health"
|
||||
|
||||
local _h = vim.health or require "health"
|
||||
local start = _h.start or _h.report_start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue