-
Notifications
You must be signed in to change notification settings - Fork 0
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 reported while launching nvim with lazy loading off #5
Labels
bug
Something isn't working
Comments
Can you show the full part of your configuration of discord.nvim. It works for me 🤔 |
Sorry for the late response.
Using the same as posted in the README still causes the error.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The inclusion of
require("discord").setup({ ... }),
as shown in the README causes the following error when launching nvim:It then spits out a long list of variables (I can include the whole error message if needed, but it is moderately long.)
Nvim still loads afterwards without problem. It's just that the error is reported in the terminal every time before nvim loads.
The text was updated successfully, but these errors were encountered: