todo-comments.nvim
todo-comments.nvim copied to clipboard
✅ Highlight, list and search todo comments in your projects
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.  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...
[BUG] Variables named TODO show up in TodoTelescope even though option comments_only is set to true
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: 
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