medwatt / tabulous

A simple plugin for managing tabs in neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tabulous

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.

About

A simple plugin for managing tabs in neovim


Languages

Language:Lua 100.0%