A simple plugin for managing tabs in neovim (see video: old)
tabby.mp4
To install with Lazy
:
{
"medwatt/tabulous.nvim",
config = function() require("tabulous").setup({sessions_path = "/path/where/sessions/will/be/stored"}) end,
},
As of now, because of the way tabs work in vim, using regular bdelete
doesn't work as expected.
To delete buffers, use the include command TabulousDeleteBuffer
.