goolord / alpha-nvim

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

Skip input from stdin #65

Closed yutkat closed 2 years ago

yutkat commented 2 years ago

I don't want to start alpha-nvim with input from stdin. echo "aaaaa" | nvim

So, I'm porting this patch https://github.com/glepnir/dashboard-nvim/blob/master/autoload/dashboard.vim#L36-L38

goolord commented 2 years ago

thanks for the contribution ❤️