mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nvim: don't highlight q&a
This commit is contained in:
parent
ba4136ea4c
commit
e49ffcdaec
1 changed files with 2 additions and 2 deletions
|
|
@ -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" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue