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