kdheepak / tabline.nvim

A "buffer and tab" tabline for neovim
MIT License
232 stars 17 forks source link

Flipped layout #13

Open khalidchawtany opened 2 years ago

khalidchawtany commented 2 years ago

Can we have a flipped layout option such that tabs appear on the right and the buffers appear on the left.

kdheepak commented 2 years ago

Yes, it would be nice to have this. Once I work on a better integration with lualine such that it works in any section, I imagine this issue will be resolved.

kdheepak commented 2 years ago

If you are interested in just the default buffer and tab as components in the tabline, I’d recommend using lualine’s built in buffer and tabs. They have been merged into shadmansaleh’s fork of lualine: https://github.com/shadmansaleh/lualine.nvim/pull/42