From 7698683a7b91347bf06a9af7922eac3b745cb4e1 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Tue, 9 Jul 2024 01:25:30 +0200 Subject: [PATCH] add IDEA todo keyword --- lua/custom/plugins/ui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {