From 2e24c31bb4b62d654a9ded33c68fd719ffecc9d1 Mon Sep 17 00:00:00 2001 From: Renken Date: Sun, 14 Jul 2024 20:42:44 +0200 Subject: [PATCH] doc(todo-comments): track mr to highlight comment author --- init.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index e353e58..d384ce2 100644 --- a/init.lua +++ b/init.lua @@ -819,7 +819,14 @@ require('lazy').setup({ }, -- Highlight todo, notes, etc in comments - { 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } }, + -- + -- TODO: Update once https://github.com/folke/todo-comments.nvim/pull/255 is merged. + { + 'folke/todo-comments.nvim', + event = 'VimEnter', + dependencies = { 'nvim-lua/plenary.nvim' }, + opts = { signs = false }, + }, { -- Collection of various small independent plugins/modules 'echasnovski/mini.nvim',