How to include pylsp-mypy in the LSP config? #520
ubaldot
started this conversation in
Configuration
Replies: 1 comment
-
I use Neovim instead of Vim9 so I'm not entirely sure, but going by the format of the rest of your config, wouldn't it just be something like var pylsp_config = {
'pylsp': {
'plugins': {
'pylsp_mypy': {
'enabled': true},
... }, }, } ? Maybe this wasn't there when you originally asked the quesiton, but the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Vim9 LSP and I should tell it that I want to use
pylsp-mypy
, but I cannot understand how shall I do that. In my config I have the following, that I built according to this guideline, but I don't know how to addpylsp-mypy
Beta Was this translation helpful? Give feedback.
All reactions