Fix stylua integration (#1054)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user