backdround / tabscope.nvim

Manages buffers as tab-local buffers!
MIT License
47 stars 0 forks source link

Buffers isnt restored correctly #1

Open directormac opened 1 year ago

directormac commented 1 year ago

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.