diff --git a/lua/gopher/_utils/_health.lua b/lua/gopher/_utils/health.lua similarity index 100% rename from lua/gopher/_utils/_health.lua rename to lua/gopher/_utils/health.lua diff --git a/lua/gopher/health.lua b/lua/gopher/health.lua index 210df34..7eaf3f8 100644 --- a/lua/gopher/health.lua +++ b/lua/gopher/health.lua @@ -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