---@type LazySpec return { -- Highlight todo, notes, etc in comments { 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, ---@module 'todo-comments' ---@type TodoOptions ---@diagnostic disable-next-line: missing-fields opts = { signs = false }, }, }