tabscope.nvim
tabscope.nvim copied to clipboard
Manages buffers as tab-local buffers!
I've been trying to find a plugin that does this for like an hour and Google has been no help at all. I finally landed on your plugin right before...
Steps to reproduce: 1. `nvim a.txt b.txt` 2. `:ls` 3. Only `a.txt` shows in the buffer list. I think this is a nice plugin, would be happy to help. Thanks
Good day, Can you please describe functional difference between this plugin and scope.nvim? You say your plugin was inspired by scope.vim so I wonder what was your motivation
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`...