I use bnext/nprev to move between buffers.
- I open nvim and open a file.
- I switch worktrees using this plugin, the hook in the readme opens and the same file that I had open in the previous worktree.
- I use
bprev, and end up in the file from the previous worktree(this is fine).
- But
bnext doesn't take me to the file in the newly switched worktree, that buffer gets deleted as soon as i do the bprev