chore: run stylua
This commit is contained in:
@@ -54,7 +54,6 @@ local function apply_highlights(buf, line_idx, line)
|
|||||||
{ p = "%[ok%]", h = "DiagnosticOk" },
|
{ p = "%[ok%]", h = "DiagnosticOk" },
|
||||||
{ p = "[Oo][Kk]!", h = "DiagnosticOk" },
|
{ p = "[Oo][Kk]!", h = "DiagnosticOk" },
|
||||||
}) do
|
}) do
|
||||||
|
|
||||||
local s, e = line:find(p.p)
|
local s, e = line:find(p.p)
|
||||||
|
|
||||||
if s then
|
if s then
|
||||||
|
|||||||
Reference in New Issue
Block a user