tjdevries / express_line.nvim

WIP: Statusline written in pure lua. Supports co-routines, functions and jobs.
MIT License
301 stars 18 forks source link

Tabline Support #3

Open smolck opened 4 years ago

smolck commented 4 years ago

Title says it all, but I would also like to mention that I'm totally willing to help out with implementing this, as not having it is the main reason I'll be sticking with lightline for now. I would need some direction as to where to start/how you want this implemented though (and read through :help 'tabline' and probably some other docs of course).

carlitux commented 4 years ago

maybe use base of https://github.com/akinsho/nvim-bufferline.lua or merge this two plugins?

smolck commented 4 years ago

@carlitux Good find!

Maybe it makes more sense to keep expressline as just the statusline and then link to nvim-bufferline.lua in the README or something for those that want a tabline as well? @tjdevries Thoughts?