fix(healthchecker): use correct config

This commit is contained in:
Smirnov Oleksandr 2023-07-19 20:24:05 +03:00
parent af3321f7ea
commit 36f2006b98

View file

@ -1,5 +1,5 @@
local health = {} local health = {}
local cmd = require("gopher.config").config.commands local cmd = require("gopher.config").commands
local u = require "gopher._utils.health" local u = require "gopher._utils.health"
local _h = vim.health or require "health" local _h = vim.health or require "health"