finally done

This commit is contained in:
TJ DeVries 2024-02-26 09:53:08 -05:00
parent 30a1ccc89b
commit 8ff0f35da1
2 changed files with 58 additions and 55 deletions

View file

@ -36,11 +36,14 @@ return {
check = function()
vim.health.start 'kickstart.nvim'
vim.health.info [[You don't have to fix every 'WARNING' you see in checkheath."
Just fix the ones for the plugins and languages you intend to use.'
For example, in Mason, you may see warnings about several language runtimes'
but if you are not planning on developing in those languages, you do not have'
to fix those at this time']]
vim.health.info [[NOTE: Not every warning is a 'must-fix' in `:checkhealth`
Fix only warnings for plugins and languages you intend to use.
Mason will give warnings for languages that are not installed.
You do not need to install, unless you want to use those languages!]]
local uv = vim.uv or vim.loop
vim.health.info('System Information: ' .. vim.inspect(uv.os_uname()))
check_version()
check_external_reqs()