From 04d4f3d002e8078070e4edd151b3bc29c7a668bc Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sun, 21 Jul 2024 22:28:59 +0200 Subject: [PATCH] nvim: fix highlighting from `todo-comments` --- config/nvim/lua/fschauen/plugins/todo-comments.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/config/nvim/lua/fschauen/plugins/todo-comments.lua b/config/nvim/lua/fschauen/plugins/todo-comments.lua index eb0d31f..6274381 100644 --- a/config/nvim/lua/fschauen/plugins/todo-comments.lua +++ b/config/nvim/lua/fschauen/plugins/todo-comments.lua @@ -30,7 +30,6 @@ return { gui_style = { fg = "bold" }, highlight = { multiline = false, - before = "fg", keyword = "wide_fg", after = "", },