doc(todo-comments): track mr to highlight comment author
This commit is contained in:
parent
445872f03a
commit
2e24c31bb4
1 changed files with 8 additions and 1 deletions
9
init.lua
9
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',
|
||||
|
|
Loading…
Reference in a new issue