The maintainer of the original repo was not interested in fixing this plugin nor accepting pull requests.
I am open to any and all feedback and suggestions in the form of issues, pull requests, and e-mails.
If you just want a simple and lightweight startup intro that works, this plugin is for you.
-- Lazy
{
"nullromo/minintro.nvim",
config = function()
require('minintro').setup({ color = '#2D4F67' })
end,
}