Skip to content

Commit 04c2cc9

Browse files
authored
Merge pull request #344 from perrin4869/patch-1
fix: remove redundant check_config() call
2 parents 3e0eb9e + 0397ef5 commit 04c2cc9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lua/livepreview/health.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ local function check_config()
9595
info("Your configuration table >lua\n" .. vim.inspect(config))
9696
end
9797

98-
check_config()
99-
10098
--- Run checkhealth for Live Preview. This can also be called using `:checkhealth livepreview`
10199
function M.check()
102100
local health = vim.health

0 commit comments

Comments
 (0)