olimorris / persisted.nvim

💾 Simple session management for Neovim with git branching, autoloading and Telescope support
MIT License
418 stars 24 forks source link

wip: lazy integration #79

Closed olimorris closed 7 months ago

olimorris commented 1 year ago

@Saafo, try this and let me know if it works

Saafo commented 1 year ago

@olimorris Thanks for the integration! But maybe there's still some issue to be fix:

To reproduce, you can clean another plugin or add a new plugin, and restart nvim, after lazy automatically installed the missing plugin, the editor still opened in the small window 🤔

image

And about the minimal config: I didn't have a minimal config when I opened the issue #78 , but now I found one here: https://github.com/ayamir/nvimdots/issues/790#issuecomment-1587227939, maybe you can use it to help to reproduce! 🙏

olimorris commented 1 year ago

There's a minimal config when you open a new bug report. It creates everything for you.

Okay, wonder if there's something I can do to close that float window...

olimorris commented 11 months ago

@Saafo - Worth checking out this post

Saafo commented 11 months ago

@Saafo - Worth checking out this post

@olimorris Thanks! I'm also subscribing to that post. I think it can works, but I'm planning to wait for a more robust and elegant way to achieve it. (Maybe it depends on lazy's API for its window closing event or something like that)

Saafo commented 5 days ago

Hi @olimorris this issue is fixed by https://github.com/rmagatti/auto-session/pull/305 in auto-session, maybe we can fix it in the same way?