codymikol / multiverse.nvim

A session management plugin for neovim
MIT License
2 stars 0 forks source link

fix(buffers): handle hydrating buffers on a new project #13

Closed codymikol closed 7 months ago

codymikol commented 7 months ago
this will properly check if the buffer exists before attempting to pull lines, this was previously causing an error during startup of a new project.

Fixes #12