refactor(checkhealth): rename util file

This commit is contained in:
Smirnov Oleksandr 2023-07-16 21:09:54 +03:00
parent f7593f43b5
commit 62a7b2fb82
2 changed files with 1 additions and 1 deletions

View file

@ -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