We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd68e2 commit d01f465Copy full SHA for d01f465
lua/eca/sidebar.lua
@@ -1202,7 +1202,7 @@ function M:_update_usage_info()
1202
-1,
1203
vim.tbl_extend("force",
1204
{
1205
- virt_text = { { self._current_status, (status_text ~= "Idle") and "Debug" or "Normal" } },
+ virt_text = { { self._current_status, (status_text ~= "Idle") and "WarningMsg" or "Normal" } },
1206
virt_text_pos = 'eol',
1207
hl_mode = 'combine',
1208
},
0 commit comments