Fix stylua integration (#1054)

This commit is contained in:
Mitsuo Heijo
2022-06-29 21:08:06 +09:00
committed by GitHub
parent 1cad1815e1
commit 9897465a76

View File

@@ -7,7 +7,7 @@ window.bordered = function(opts)
winhighlight = opts.winhighlight or 'Normal:Normal,FloatBorder:Normal,CursorLine:Visual,Search:None', winhighlight = opts.winhighlight or 'Normal:Normal,FloatBorder:Normal,CursorLine:Visual,Search:None',
zindex = opts.zindex or 1001, zindex = opts.zindex or 1001,
col_offset = opts.col_offset or 0, col_offset = opts.col_offset or 0,
side_padding = opts.side_padding or 1 side_padding = opts.side_padding or 1,
} }
end end