From 0397ef5f9db9b9497ce3f0519d0d9301043e7e40 Mon Sep 17 00:00:00 2001 From: Julian Grinblat Date: Sat, 27 Dec 2025 04:24:17 +0900 Subject: [PATCH] fix: remove redundant check_config() call Removed redundant check_config() call before health check. --- lua/livepreview/health.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/livepreview/health.lua b/lua/livepreview/health.lua index 1ee71de3..fcffb3ad 100644 --- a/lua/livepreview/health.lua +++ b/lua/livepreview/health.lua @@ -95,8 +95,6 @@ local function check_config() info("Your configuration table >lua\n" .. vim.inspect(config)) end -check_config() - --- Run checkhealth for Live Preview. This can also be called using `:checkhealth livepreview` function M.check() local health = vim.health