-- startup screen
return {
'echasnovski/mini.nvim',
config = function()
require('mini.starter').setup();
end
}