-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide an interface to get current_state #171
Comments
i believe lua tables are passed by reference so |
This looks good to me too. What I need is to access |
the reason i'm asking what specifically you're trying to do is because you can already access the state by extending the |
also the api just changed a little to accommodate multiple concurrent alpha configs https://github.com/goolord/alpha-nvim/blob/main/lua/alpha.lua#L17-L18 but this could still be done |
@goolord for context I'm looking into this too, the reason I want the state available would be because when I open a new session I want to be able to say "If and only if alpha is not already open, open alpha", since the |
I'm trying to write my own theme and need this interface.
The text was updated successfully, but these errors were encountered: