kickstart.nvim/lua/kickstart/plugins/todo-comments.lua

10 lines
198 B
Lua

return {
-- Highlight todo, notes, etc in comments
{
'folke/todo-comments.nvim',
event = 'VimEnter',
dependencies = { 'nvim-lua/plenary.nvim' },
opts = { signs = false },
},
}