Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 525 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 525 Bytes

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.