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

Is there any way to toggle the plugin on and off? #80

Closed pocco81 closed 1 year ago

pocco81 commented 2 years ago

If not then would it be possible to have an API to turn Tabby on/off?

nanozuki commented 2 years ago

For now, there is no toggle. But you can call setup again to set the show_at_least option. And call :redrawtabline.

I think this is a useful feature. I'll add it in the next version(Probably it will release next month).

nanozuki commented 1 year ago

@Pocco81 With tabby.nvim 2.0 released, the opt.showtabline will be respected. You can use that option as wish.