nvim-config/lua/kickstart/plugins/todo-comments.lua
2024-05-16 23:06:14 -05:00

4 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 } },
}