-
Notifications
You must be signed in to change notification settings - Fork 113
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
Sessions help #51
Comments
no, i haven't made any gui for sessions yet. |
What's the intent behind mentioning sessions (and neovim-session-manager) in the README though? I found that confusing as well. Are they supported in some capacity? |
because some people on reddit mentioned that they use startify for session management https://github.com/mhinz/vim-startify/blob/master/doc/startify.txt#L81-L92 i didn't even know that they would appear on the startify screen until this issue was opened |
Ah I see. Yeah, would be nice if the startify-like session listing could be implemented in the future. |
can i prevent alpha from launching if a neovim-session-manager session exists? |
in my experience having the sessions autoload will already do this, but I can add a configuration option to remove the |
Could we start by just adding a config flag which disables autorendering altogether, then it would be the user's job to define the autocmd? Lines 586 to 589 in 4781fcf
I can send a PR which migrates this snippet to the new lua API and only adds the autocmd if some config flag is present |
I am trying to move over to this plugin from startify but having trouble getting sessions to work. This bit of the readme leads me to think sessions should show up somehow but I am not able to see them using either of the themes. Sorry if I missed something but just a bit confused 🙏
The text was updated successfully, but these errors were encountered: