todo-comments.nvim icon indicating copy to clipboard operation
todo-comments.nvim copied to clipboard

✅ Highlight, list and search todo comments in your projects

Results 132 todo-comments.nvim issues
Sort by recently updated
recently updated
newest added

With this change one can use ``` :TodoTrouble keywords=TODO,FIX ``` to display only the keywords given in the comma separated list. Fixes #102.

Yesterday, after first meet with this plugin everything was working fine. Today this error came up and I do not why. ![Screenshot 2022-05-18 at 12 18 02](https://user-images.githubusercontent.com/23465248/169016709-07d775af-4b6d-44d6-8fb2-881e2f681da1.png) My `init.vim` ```...

Command used: TodoTelescope Current situation: sorted by line-number descending Desired situation: sorted by line-number ascending Can someone help me change my configuration of `todo-comments` or `Telescope` such that the todos...

Hi @folke ! I absolutely love this plugin and have been using it everyday. Has really improved my workflow as well as added a nice bit of aesthetic pizzazz to...

Should make ripgrep search only inside comments but how to do that with search.pattern option given that different filetypes have different comment patterns?

When entering command-line window with `q:` get error: ![Screenshot_2](https://user-images.githubusercontent.com/19948672/158833645-825de023-2f46-44f1-a9ed-db2d7596d110.png)

What I'm trying to achieve, is to display the telescope panel for todo-comments, as done with `Telescope todo-comments todo`, but using the `require` statement, instead. So, something like this: ```lua...

Fixes https://github.com/folke/todo-comments.nvim/issues/97

Currently, when there is no TODOs found, an empty quickfix window opens, moving the cursor down. It would be nice to opt-out of this behavior, and keep the cursor in-place....

what command for searching in current buffer/directory on Windows system? I use :TodoTrouble cwd=%:h but cannot get the result