heavim/bundles-init/vim-lsp-settings.cfg.vim

16 lines
303 B
VimL

let g:lsp_settings = {
\ 'pyls-all': {
\ 'workspace_config': {
\ 'pyls': {
\ 'plugins': {
\ 'black': {
\ 'enabled' : v:true ,
\ },
\ 'pycodestyle': {
\ 'maxLineLength' : 88 ,
\ }
\ }
\ }
\ }
\ },
\}