diff --git a/lua/custom/plugins/ui.lua b/lua/custom/plugins/ui.lua index 86f09a3..42c910b 100644 --- a/lua/custom/plugins/ui.lua +++ b/lua/custom/plugins/ui.lua @@ -338,7 +338,7 @@ return { SECURITY = { icon = '󰒃 ', color = 'security' }, WARN = { icon = ' ', color = 'warning', alt = { 'WARNING', 'XXX' } }, PERF = { icon = ' ', color = 'perf', alt = { 'OPTIM', 'PERFORMANCE', 'OPTIMIZE' } }, - NOTE = { icon = ' ', color = 'hint', alt = { 'INFO' } }, + NOTE = { icon = ' ', color = 'hint', alt = { 'INFO', 'IDEA' } }, TEST = { icon = '⏲ ', color = 'test', alt = { 'TESTING', 'PASSED', 'FAILED' } }, }, colors = {