Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save datsuns/8e34ec4d2ec963b6ec0ad4a970a0fe2a to your computer and use it in GitHub Desktop.
Save datsuns/8e34ec4d2ec963b6ec0ad4a970a0fe2a to your computer and use it in GitHub Desktop.
let g:lsp_settings = {
\ 'pylsp-all': {
\ 'workspace_config': {
\ 'pylsp': {
\ 'plugins': {
\ 'pycodestyle': {
\ 'ignore': ["E221", "E501"]
\ }
\ }
\ }
\ }
\ },
\}
@datsuns
Copy link
Author

datsuns commented Jan 28, 2023

ながれ:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment