Skip to content

Commit 4a14189

Browse files
committed
fix: disable arrow color set to diagnostic color by default
1 parent 7a41211 commit 4a14189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/tiny-inline-diagnostic/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ local default_config = {
2525
options = {
2626
show_source = false,
2727
add_messages = true,
28-
set_arrow_to_diag_color = true,
28+
set_arrow_to_diag_color = false,
2929
use_icons_from_diagnostic = false,
3030
throttle = 20,
3131
softwrap = 30,

0 commit comments

Comments
 (0)