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

auto setting for outline & border highlight #45

Closed nanozuki closed 2 years ago

nanozuki commented 2 years ago

 tab = {
    hl = tabby.hl:from('TabLine'),
    outline = { left = '', right = '' },
    active = {
       border = { color = 'red', text = '|' },
    },
  },
```lua
nanozuki commented 2 years ago

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