-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error get when calling Telescope Notify
: attempt to index local config
(a nil value)
#102
Comments
after some debug work, this bug happens after commit |
same here 😄 |
I think the reason is at here
now We need to find a way to pass nvim-notify/lua/notify/init.lua Line 159 in b517277
to the telescope extension calling. |
Thanks for report 😄 Should be working in latest |
I am at
Telescope
version: commitd3aad43b3fcf707052f7dd8a7c7072fa69773f3c
(latest at the time I post the issue)and
nvim-notify
versionb517277b2782b9fe20f64220435b8b6f9f02f840
(latest at the time I post the issue)nvim version is
minimal config:
step to reproduce:
call
Telescope notify
and get the following error
update:
after some debug work, this bug happens after commit
2cfd425
The text was updated successfully, but these errors were encountered: