blob: bd158fafd77f59f71aa86389f5785c8de99cf21c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
" Python
let g:lsp_settings = {}
let g:lsp_settings['pylsp-all'] =
\ {
\ 'workspace_config': {'pylsp-all': {
\ 'configurationSources': ['flake8'],
\ 'plugins': {
\ 'pyflakes' : {'enabled': v:false},
\ 'flake8': {'enabled': v:true},
\ 'mypy-ls': {'enabled': v:true, 'live_mode': v:false},
\ 'pylint': {'enabled': v:true},
\ 'pydocstyle': {'enabled': v:true},
\ 'pyls_isort': {'enabled': v:true},
\ 'autopep8': {'enabled': v:false},
\ 'yapf': {'enabled': v:false},
\ 'black': {'enabled': v:true},
\ }
\ }}
\ }
|
ArKa projects. All rights to me, and your next child right arm.