Skip to content

Commit 367f29d

Browse files
committed
fix: update default config
1 parent 0829728 commit 367f29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/incline/config/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ M.schema = Schema(function(s)
3333
overlap = {
3434
winbar = s:entry(false, vx.bool),
3535
tabline = s:entry(false, vx.bool),
36-
borders = s:entry(false, vx.bool),
36+
borders = s:entry(true, vx.bool),
3737
},
3838
placement = {
3939
vertical = s:entry('top', vx.any { 'top', 'bottom' }),

0 commit comments

Comments
 (0)