nanozuki / tabby.nvim

A declarative, highly configurable, and neovim style tabline plugin. Use your nvim tabs as a workspace multiplexer!
MIT License
570 stars 20 forks source link

Tab label provider #42

Closed nanozuki closed 2 years ago

nanozuki commented 2 years ago
  tab = {
    hl = tabby.hl:from('TabLine'),
    label = { '', tabby.tab.number, tabby.tab.name, tabby.tab.close_btn('x') },
    join = ' ',
nanozuki commented 2 years ago

related to #35 #36

nanozuki commented 2 years ago

Design is completed, and implemention mostly completed. See https://github.com/nanozuki/tabby.nvim/pull/82 .