Created
January 28, 2023 05:39
-
-
Save datsuns/8e34ec4d2ec963b6ec0ad4a970a0fe2a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let g:lsp_settings = { | |
\ 'pylsp-all': { | |
\ 'workspace_config': { | |
\ 'pylsp': { | |
\ 'plugins': { | |
\ 'pycodestyle': { | |
\ 'ignore': ["E221", "E501"] | |
\ } | |
\ } | |
\ } | |
\ } | |
\ }, | |
\} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ながれ:
pylsp.plugins.pycodestyle.ignore
)workspace_config: