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

5 lines
179 B
Lua

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