underline TODO

This commit is contained in:
Michael Chris Lopez
2021-08-23 11:44:47 +08:00
parent b67bc3dadd
commit 12cc99362f

View File

@@ -178,7 +178,7 @@ local theme = lush(function()
-- ("Ignore", below, may be invisible...) -- ("Ignore", below, may be invisible...)
-- Ignore { }, -- (preferred) left blank, hidden |hl-Ignore| -- 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 -- 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 -- use these groups, or use their own. Consult your LSP client's