mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39: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" } },
|
||||
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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue