documentation

This commit is contained in:
Barrett Ruth 2026-02-01 22:57:04 -05:00
parent 5d5587b22f
commit d974567a8d
3 changed files with 123 additions and 54 deletions

View file

@ -31,14 +31,6 @@ function M.check()
table.insert(missing, lang)
end
end
if #available > 0 then
vim.health.ok('Treesitter parsers available: ' .. table.concat(available, ', '))
end
if #missing > 0 then
vim.health.info('Treesitter parsers not installed: ' .. table.concat(missing, ', '))
end
end
return M