From 15f944eb4caebbf9556929ea29f18304a73e5a81 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Mon, 19 Feb 2024 02:18:46 +0100 Subject: [PATCH] vim: better higlights for `todo-comments` --- config/nvim/lua/fschauen/plugins/todo-comments.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/nvim/lua/fschauen/plugins/todo-comments.lua b/config/nvim/lua/fschauen/plugins/todo-comments.lua index a117f4f..246157d 100644 --- a/config/nvim/lua/fschauen/plugins/todo-comments.lua +++ b/config/nvim/lua/fschauen/plugins/todo-comments.lua @@ -26,6 +26,13 @@ M.opts = function(--[[plugin]]_, opts) NOTE = { icon = icons.ui.Note }, TEST = { icon = icons.ui.TestTube }, }, + gui_style = { fg = 'bold' }, + highlight = { + multiline = false, + before = 'fg', + keyword = 'wide_fg', + after = '', + } }) end