kickstart.nvim/lua/plugins/todo_comments.lua
2024-06-08 15:13:28 +02:00

3 lines
170 B
Lua

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