Skip to content

Commit 0fcbdf8

Browse files
committed
fix(presets): better sign spacing in classic
1 parent d126e66 commit 0fcbdf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lua/tiny-inline-diagnostic/presets.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ function M.build(name)
55
return {
66
signs = {
77
left = " ",
8-
right = " ",
8+
right = "",
99
diag = "",
1010
arrow = "",
1111
up_arrow = "",
12-
vertical = "",
13-
vertical_end = "",
12+
vertical = " ",
13+
vertical_end = " ",
1414
},
1515
blend = {
1616
factor = 0,

0 commit comments

Comments
 (0)