Hajime-Suzuki / vuffers.nvim

a neovim plugin that creates a vertical split window to help you manage and navigate your buffers more efficiently
48 stars 2 forks source link

refactor: ues file path as identifier #32

Closed Hajime-Suzuki closed 1 year ago

Hajime-Suzuki commented 1 year ago

This PR changes the identifier of files. While it's currently buffer numbers, file path is going to take the role. Also, persistence functionalities (save/restore pinned and regular buffers) are moved to a dedicated file, because buffers and pinned buffers should not be dependent on the "file" module.