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

8 lines
175 B
Lua
Raw Permalink Normal View History

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