Skip to content

Commit d01f465

Browse files
committed
change server status hl to match previous implementation
1 parent ffd68e2 commit d01f465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/eca/sidebar.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@ function M:_update_usage_info()
12021202
-1,
12031203
vim.tbl_extend("force",
12041204
{
1205-
virt_text = { { self._current_status, (status_text ~= "Idle") and "Debug" or "Normal" } },
1205+
virt_text = { { self._current_status, (status_text ~= "Idle") and "WarningMsg" or "Normal" } },
12061206
virt_text_pos = 'eol',
12071207
hl_mode = 'combine',
12081208
},

0 commit comments

Comments
 (0)