2020-12-03 00:10:20 +01:00
|
|
|
let g:lsp_settings = {
|
2021-09-02 11:06:47 +02:00
|
|
|
\ 'pylsp-all': {
|
2020-12-03 00:10:20 +01:00
|
|
|
\ 'workspace_config': {
|
2021-09-02 11:06:47 +02:00
|
|
|
\ 'pylsp': {
|
2020-12-03 00:10:20 +01:00
|
|
|
\ 'plugins': {
|
|
|
|
\ 'black': {
|
|
|
|
\ 'enabled' : v:true ,
|
|
|
|
\ },
|
|
|
|
\ 'pycodestyle': {
|
|
|
|
\ 'maxLineLength' : 88 ,
|
2023-06-05 13:47:03 +02:00
|
|
|
\ },
|
|
|
|
\ 'pylint': {
|
|
|
|
\ 'enabled': v:true,
|
2020-12-03 00:10:20 +01:00
|
|
|
\ }
|
|
|
|
\ }
|
|
|
|
\ }
|
|
|
|
\ }
|
|
|
|
\ },
|
|
|
|
\}
|