From e49ffcdaec420a41c323fc1387bc8c5ebda13f2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Tue, 8 Jul 2025 00:03:48 +0200 Subject: [PATCH] nvim: don't highlight q&a --- .config/nvim/after/plugin/todo-comments.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" },