-
Notifications
You must be signed in to change notification settings - Fork 10
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
Python not working with neodim #21
Comments
Python is working fine for me at the moment, could you supply your pyright version? |
$ pyright --version $ pip show pyright |
Okey... seems like if I activate in mason pyright it starts dimming the not used parameters. So, in my understanding, pyright is mandatory. |
I'm using pylsp and neodim doesn't work for me. I used pyright before and it works perfectly, so I'm wondering if pyright is the only option for python to work with neodim? |
I don't use pylsp, could you provide a sample of their 'unused' diagnostic message so I can try to debug it? |
Neodim doesn't support |
Hello. I have problems dimming objects in python.
Here is the behavior.
Python:
lua:
here is my setup in plugins.lua
Any suggestions or help?
The text was updated successfully, but these errors were encountered: