nanozuki / tabby.nvim

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

let tab & window config to be overwrite-able tree #46

Closed nanozuki closed 2 years ago

nanozuki commented 2 years ago
{
  tab = {
    active = {},
  },
  win = {
    focus = {},
    active = {},
  },

Inner layer config overwrite outer layer, this feature can use less line to config tabline.

nanozuki commented 2 years ago

Not need for now.