Files
Alexander Muszynski f3c1f49563 inital for v2
2025-02-20 20:09:25 -05:00

3 lines
169 B
Lua

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