Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions lua/livepreview/health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading