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

Window label provider #43

Closed nanozuki closed 2 years ago

nanozuki commented 2 years ago
  win = {
    hl = tabby.hl:from('TabLine'),
    label = { '', tabby.win.name:unique() },
nanozuki commented 2 years ago

relative to #35

nanozuki commented 2 years ago

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