-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Did you check docs and existing issues?
- I have read all the todo-comments.nvim docs
- I have updated the plugin to the latest version before submitting this issue
- I have searched the existing issues of todo-comments.nvim
- I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
v0.11.3
Operating system/version
Arch Linux
Describe the bug
When I have a buffer containing TODO comments and I trigger the LocList or QuickFixList commands or try to use the snacks picker to find them I get a warning saying no todo_comments found.
Steps To Reproduce
- Open a file
- Create a Todo comment
- See it highlights correctly
- Try to run one of the commands to list all Todos
- No todo comments are found
Expected Behavior
The Todo comments which are present to be found and displayed
Repro
vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
require("lazy.minit").repro({
spec = {
{ "folke/todo-comments.nvim", opts = {} },
-- add any other plugins here
},
})taleroangel
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working