nixos-private-dots/nvim/lua/kickstart/plugins/todo-comments.lua
2025-01-08 20:47:51 +03:00

11 lines
218 B
Lua

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