mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
chore: change back to original border
This commit is contained in:
parent
f8695d631c
commit
788f92d08b
1 changed files with 7 additions and 2 deletions
|
|
@ -9,8 +9,13 @@ return {
|
|||
diag = "●",
|
||||
arrow = " ",
|
||||
up_arrow = " ",
|
||||
vertical = " │",
|
||||
vertical_end = " ╰",
|
||||
vertical = "│",
|
||||
-- vertical_end = "╰",
|
||||
vertical_end = "└",
|
||||
},
|
||||
break_line = {
|
||||
enabled = true,
|
||||
after = 15,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue