diff --git a/.config/nvim/after/plugin/todo-comments.lua b/.config/nvim/after/plugin/todo-comments.lua index d1c22881..a675d7e6 100644 --- a/.config/nvim/after/plugin/todo-comments.lua +++ b/.config/nvim/after/plugin/todo-comments.lua @@ -7,8 +7,8 @@ require("todo-comments").setup { NOTE = { icon = "ยท", color = "hint", alt = { "INFO" } }, TEST = { icon = "T", color = "test", alt = { "TESTING", "PASSED", "FAILED" } }, UNIMPLEMENTED = { icon = "@", color = "hint" }, - Q = { icon = "?", color = "warning" }, - R = { icon = "=", color = "hint" }, + -- Q = { icon = "?", color = "warning" }, + -- R = { icon = "=", color = "hint" }, }, colors = { info = { "#696c77" },