Merge pull request #14 from barrett-ruth/fix/versioning

fix: remove redundant versioning
This commit is contained in:
Barrett Ruth 2025-09-13 07:46:19 +02:00 committed by GitHub
commit 0ec117df84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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()