fix: remove redundant vresioning

This commit is contained in:
Barrett Ruth 2025-09-13 00:44:36 -05:00
parent d48d18aed9
commit 649d1c19ea

View file

@ -79,9 +79,6 @@ function M.check()
vim.health.start("cp.nvim health check")
vim.health.info("Version: " .. version.version)
if version.semver then
vim.health.info("Semantic version: v" .. version.semver.full)
end
check_nvim_version()
check_uv()