File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ require('incline').setup {
72
72
overlap = {
73
73
winbar = false ,
74
74
tabline = false ,
75
+ borders = true ,
75
76
},
76
77
margin = {
77
78
horizontal = 1 ,
Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ window.margin.vertical~
262
262
- If a table, both `top ` and `bottom` fields must be present.
263
263
264
264
If `window .placement.vertical ` is `top ` and 'laststatus' is `3 ` , you can set
265
- `window .margin. vertical . top ` to `0 ` to allow Incline statuslines to overlap
265
+ `window .overlap.borders ` to `true ` to allow Incline statuslines to overlap
266
266
window borders.
267
267
268
268
*incline-config-window.margin.horizontal*
@@ -276,6 +276,17 @@ window.margin.horizontal~
276
276
- If an `int` , the value is used for both the left and right margin.
277
277
- If a table, both `left ` and `right ` fields must be present.
278
278
279
+ *incline-config-window.overlap*
280
+ window.overlap~
281
+ Type: `table`
282
+ Valid: `table { tabline: bool, winbar: bool, borders: bool }`
283
+ Default: `{ tabline: false, winbar: false, borders: true }`
284
+
285
+ Controls which bars and lines the inline windows are allowed to overlap.
286
+ - `tabline ` takes priority over `winbar` for windows at the top of the tabpage,
287
+ if both are set.
288
+ - `borders` takes priority for windows below the top of the tabpage.
289
+
279
290
*incline-config-window.winhighlight*
280
291
window.winhighlight~
281
292
Type: `table`
You can’t perform that action at this time.
0 commit comments