mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-06-03 03:21:36 +00:00
fix(healthcheck): migrate to new lua pattern (#1310)
This commit is contained in:
@@ -61,7 +61,7 @@ end
|
||||
|
||||
local M = {}
|
||||
|
||||
M.check_health = function()
|
||||
M.check = function()
|
||||
-- Required lua libs
|
||||
health_start "Checking for required plugins"
|
||||
for _, plugin in ipairs(required_plugins) do
|
||||
|
||||
Reference in New Issue
Block a user