From 62a7b2fb82e0c2a7f96ceecb1fc0f6fff144e665 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Sun, 16 Jul 2023 21:09:54 +0300 Subject: [PATCH] refactor(checkhealth): rename util file --- lua/gopher/_utils/{_health.lua => health.lua} | 0 lua/gopher/health.lua | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename lua/gopher/_utils/{_health.lua => health.lua} (100%) 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