refactor(utils): separete module for health

This commit is contained in:
Smirnov Oleksandr 2022-10-07 17:12:49 +03:00
parent 0b1d8fa7c2
commit 0b4e0b7449
3 changed files with 18 additions and 18 deletions

View file

@ -1,5 +1,5 @@
local health = vim.health or require "health"
local utils = require "gopher._utils"
local utils = require "gopher._utils._health"
local c = require("gopher.config").config.commands
local requried = "Gopher.nvim will not work without it!"