Closed prgres closed 1 year ago
@folke any updates?
@prgres run :PackerCompile
@sinnrrr I use vim-plug
instead of packer
@prgres did you work it out? I'm having the same problem.
That error means that you didn't ran setup before searching for todo comments.
Are you lazy-loading the plugin?
Did someone with Packer
fix this problem?
@cannox227 https://github.com/folke/todo-comments.nvim/issues/108#issuecomment-1179632147 this has helped me
@cannox227 #108 (comment) this has helped me
ok @sinnrrr, I've done that, but now I obtain a different error: rg was not found on your path
Awkwardly, at the same time I can see the plugin working in the config.lua
file (highlighting some TODOs)
@cannox227 please refer to the requirements section of this repo: https://github.com/folke/todo-comments.nvim#%EF%B8%8F-requirements
it seems like you don't have ripgrep
or plenary.nvim
installed
issues on this repo are honestly comedic
Yesterday, after first meet with this plugin everything was working fine. Today this error came up and I do not why.
My
init.vim
and in
config.lua
i have this:I also tried placing setup() func in init.vim but without luck.
One thing worth of mention is if I exec this, everything works as expected.