goolord / alpha-nvim

a lua powered greeter like vim-startify / dashboard-nvim
MIT License
1.84k stars 109 forks source link

lazy rendering #34

Open goolord opened 2 years ago

goolord commented 2 years ago

new layout element type pseudocode:

{
  type = "lazy", placeholder = {"--", "--", "--"}, 
  val = async function () return {type = "text", val = io()} end
}