- Notifications
You must be signed in to change notification settings - Fork220
How to include pylsp-mypy in the LSP config?#520
ubaldot started this conversation inConfiguration
-
I am using Vim9 LSP and I should tell it that I want to use
|
BetaWas this translation helpful?Give feedback.
All reactions
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 |
BetaWas this translation helpful?Give feedback.
All reactions
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment