fix(healthchecker): use correct config
This commit is contained in:
parent
af3321f7ea
commit
36f2006b98
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
local health = {}
|
||||
local cmd = require("gopher.config").config.commands
|
||||
local cmd = require("gopher.config").commands
|
||||
local u = require "gopher._utils.health"
|
||||
|
||||
local _h = vim.health or require "health"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue