From 12cc99362fdf2f393ece0ee8368068347ed7df7e Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Mon, 23 Aug 2021 11:44:47 +0800 Subject: [PATCH] underline TODO --- lua/lush_theme/zenbones.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lush_theme/zenbones.lua b/lua/lush_theme/zenbones.lua index 3dba8f2..be5224b 100644 --- a/lua/lush_theme/zenbones.lua +++ b/lua/lush_theme/zenbones.lua @@ -178,7 +178,7 @@ local theme = lush(function() -- ("Ignore", below, may be invisible...) -- Ignore { }, -- (preferred) left blank, hidden |hl-Ignore| - Todo { gui = "bold,italic" }, -- (preferred) anything that needs extra attention; mostly the keywords TODO FIXME and XXX + Todo { gui = "bold,underline" }, -- (preferred) anything that needs extra attention; mostly the keywords TODO FIXME and XXX -- These groups are for the native LSP client. Some other LSP clients may -- use these groups, or use their own. Consult your LSP client's