nvim: don't highlight q&a

This commit is contained in:
Primrose 2025-07-08 00:03:48 +02:00
parent ba4136ea4c
commit e49ffcdaec
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -7,8 +7,8 @@ require("todo-comments").setup {
NOTE = { icon = "·", color = "hint", alt = { "INFO" } }, NOTE = { icon = "·", color = "hint", alt = { "INFO" } },
TEST = { icon = "T", color = "test", alt = { "TESTING", "PASSED", "FAILED" } }, TEST = { icon = "T", color = "test", alt = { "TESTING", "PASSED", "FAILED" } },
UNIMPLEMENTED = { icon = "@", color = "hint" }, UNIMPLEMENTED = { icon = "@", color = "hint" },
Q = { icon = "?", color = "warning" }, -- Q = { icon = "?", color = "warning" },
R = { icon = "=", color = "hint" }, -- R = { icon = "=", color = "hint" },
}, },
colors = { colors = {
info = { "#696c77" }, info = { "#696c77" },