Replies: 1 comment 2 replies
-
I'm not going to add any more methods to the plugin for now, as per #145. I'm come to realise that every Neovim user has specific requirements when it comes to session management and it's impossible to cater for all. So I've done by best to make the plugin extensible. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wonder if this is helpful to make a default
should_save
like this? Transient buffers don't feel valuable to keep.Also, I noticed that
should_save
does not evaluate each buffer, it only evaluate the single buffer when we exist Neovim (VimLeavePre), is it better to change it to evaluate each buffer filtering out unwanted buffers?Lastly, I wonder if a configurable
should_start
function will be useful? We can use it to implement things like "only start in a directory with .git".Beta Was this translation helpful? Give feedback.
All reactions