Skip to content

jryom/nvim-tabulous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nvim-tabulous

Clean tabline for Neovim. Shows windows per tab with a separator.

Installation

With lazy.nvim:

{
    'jryom/nvim-tabulous',
    opts = {
    --  Default options:
    --  show_index = true,
    --  fnamemodify = ":t",
    --  modified_string = " +",
    --  max_windows = 3, -- Max windows shown per tab
    --  auto_hide = true, -- Hide when only one tab
    --  separator = "▕",
    --  window_separator = " | ",
    --  padding = "   ", -- Horizontal padding in each tab
    --  ignored_buftypes = { "nofile" },
    },
}

About

Clean tabline for Neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages