fedepujol / bracketpair.nvim

Colorized bracket scope in lua!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Underline in whole line when inside a bracket

fedepujol opened this issue · comments

What the title says. Having something like this:

local table = {
    foz = { a = "" }
}

results in a wrong calculated underline:
image