lines is a nil value (line 223 of windline/init.lua)
Opened this issue · 2 comments
Deleted user commented
It's an easy fix, locally I just added an if statement to check if the variable lines
around the block of code in that function.
If one of the contributors feels like adding it, go ahead!
windwp commented
Thank for your report i will fix that.
are you calling the add_status function directly?
Deleted user commented
Nope, I was getting that error by simply calling the setup() function.
require('windline').setup({tabline = {}})
Nothing esoteric