windwp/windline.nvim

lines is a nil value (line 223 of windline/init.lua)

Opened this issue · 2 comments

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!

Thank for your report i will fix that.
are you calling the add_status function directly?

Nope, I was getting that error by simply calling the setup() function.
require('windline').setup({tabline = {}})
Nothing esoteric