romgrk / barbar.nvim

The neovim tabline plugin.
2.2k stars 81 forks source link

feat: implement buffer restore #403

Closed romgrk closed 1 year ago

romgrk commented 1 year ago

Closes #202

Implement basic buffer restore functionality.

This could use some more thought, in particular with regards to session management. My own config has session management enabled so that the closed buffer list is session-local, but I can't make the same assumptions here that I use for my own config so I'll just go with a simpler implementation for now.

romgrk commented 1 year ago

I've integrated all your comments, but removed the notifications if the file doesn't exist.

Iron-E commented 1 year ago

Sounds good. Those could be annoying; good to return from them either way