tabscope.nvim
tabscope.nvim copied to clipboard
Buffers isnt restored correctly
Hello i'm using folke/persistence it session only restores the last buffer opened in each tab
tried this
function() require("persistence").load({ last = true }) end
and this
function() require("persistence").load() end
without tabscope both of those works well.