goolord / alpha-nvim

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

`require("alpha").start` breaking change #175

Closed mehalter closed 1 year ago

mehalter commented 1 year ago

Continuation of https://github.com/goolord/alpha-nvim/issues/174#issuecomment-1421247825

TL;DR With the new changes to the internal structure, require("alpha").start requires the configuration to be passed to it rather than knowing what the default configuration is. This breaks the access for users to use this command without manually storing their alpha configuration somewhere in their own user configuration

Proposed Fix