diff options
| -rw-r--r-- | lua/gruvbox.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua index f209c96..0236b9a 100644 --- a/lua/gruvbox.lua +++ b/lua/gruvbox.lua @@ -1009,6 +1009,8 @@ local function get_groups() ["@text.environment.name"] = { link = "Type" }, ["@text.reference"] = { link = "Constant" }, ["@text.todo"] = { link = "Todo" }, + ["@text.todo.checked"] = { link = "GruvboxGreen" }, + ["@text.todo.unchecked"] = { link = "GruvboxGray" }, ["@text.note"] = { link = "SpecialComment" }, ["@text.note.comment"] = { fg = colors.purple, bold = config.bold }, ["@text.warning"] = { link = "WarningMsg" }, |
