persistence.nvim
persistence.nvim copied to clipboard
💾 Simple session management for Neovim
this may be slightly silly since persistence.nvim is *already* a pretty small wrapper around a default vim feature, but i think it would be nice if it was an option...
i feel like session files don't belong in the neovim config dir by default
I would like to see this plugin's functionality extended to have 1) a chooser of sessions and 2) ability to have multiple session for the current project(current directory). 2) can...
I'm not familiar at all with autocmd. You say "It will never restore a session automatically, but you can of course write an autocmd that does exactly that if you...