folke/todo-comments.nvim

✅ Highlight, list and search todo comments in your projects

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 1 hour ago
Type:Plugin / ExtensionCategory(s):Editors & IDEsDeveloper Tools
Added to GitGenius on September 16th, 2026
Created on May 10th, 2021
Open Issues & Pull Requests: 25 (+0)
GitHub issues: Enabled
Number of forks: 139
Total Stargazers: 4,207 (+0)
Total Subscribers: 7 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.6 days
Mean response time: 47.4 days
90th percentile: 104.3 days
Tracked items: 46

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 295 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • stale (41)
  • bug (32)
  • enhancement (20)
  • wontfix (11)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

todo-comments.nvim is a Neovim plugin that highlights, lists, and searches todo comments in your projects.

The plugin solves the problem of tracking and navigating scattered todo annotations across a codebase. It works by scanning your project for comments marked with keywords like TODO, FIXME, NOTE, and HACK, then displays them with syntax highlighting and makes them searchable and navigable within the editor. This approach keeps developers aware of pending work without requiring external task management tools.

The tool suits developers who work primarily in Neovim and want to keep project annotations visible and organized within their editor workflow. It works well for teams that use inline comments as a lightweight task tracking mechanism. The plugin integrates directly into Neovim's interface, allowing you to jump to flagged comments and view them in a dedicated list window, making it useful for codebases where todo comments are already part of the development practice.

The project shows consistent maintenance with regular updates addressing user-reported issues and feature requests. Development activity demonstrates responsiveness to community feedback, with fixes and enhancements being incorporated steadily. The codebase maintains a focused scope, concentrating on the core functionality of comment detection and navigation rather than expanding into broader project management features.