nvim: fix highlighting from todo-comments

This commit is contained in:
Fernando Schauenburg 2024-07-21 22:28:59 +02:00
parent 11652303df
commit 04d4f3d002

View file

@ -30,7 +30,6 @@ return {
gui_style = { fg = "bold" },
highlight = {
multiline = false,
before = "fg",
keyword = "wide_fg",
after = "",
},