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

8 lines
187 B
Lua
Raw Normal View History

2025-04-12 23:49:02 +01:00
-- Highlight todo, notes, etc in comments
return {
2025-12-10 11:47:00 +00:00
'folke/todo-comments.nvim',
event = 'VimEnter',
dependencies = { 'nvim-lua/plenary.nvim' },
opts = { signs = false },
2025-04-12 23:49:02 +01:00
}