doc(todo-comments): track mr to highlight comment author

This commit is contained in:
Renken 2024-07-14 20:42:44 +02:00
parent 445872f03a
commit 2e24c31bb4

View file

@ -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',