-
Notifications
You must be signed in to change notification settings - Fork 64
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
Using with emacs #37
Comments
This is sounds like my exact circumstance. I have tried setting |
(with-eval-after-load 'lsp-mode ; try this or similar
(lsp-register-custom-settings '(("pyls.plugins.pyls_mypy.enabled" t t)))) Also check |
Same with LanguageClient-neovim:
|
Just run |
Can confirm, fix by installing |
This is not an actual issue. I'm just trying to get this plugin work with lsp-mode for emacs. I have mypy workon fine on the commandline and I have lsp-mode working fine in emacs.
When I add
pyls-mypy
to my virtualenv I get mypy messages in my buffers but it doesn't seem to be reading my mypy.iniAny pointers on how to remedy that would be most welcome.
The text was updated successfully, but these errors were encountered: