vim-lsp-settings - Python settings
This commit is contained in:
parent
fd9ca401c4
commit
d0aae775d0
1 changed files with 16 additions and 0 deletions
16
bundles-init/vim-lsp-settings.cfg.vim
Normal file
16
bundles-init/vim-lsp-settings.cfg.vim
Normal file
|
@ -0,0 +1,16 @@
|
|||
let g:lsp_settings = {
|
||||
\ 'pyls-all': {
|
||||
\ 'workspace_config': {
|
||||
\ 'pyls': {
|
||||
\ 'plugins': {
|
||||
\ 'black': {
|
||||
\ 'enabled' : v:true ,
|
||||
\ },
|
||||
\ 'pycodestyle': {
|
||||
\ 'maxLineLength' : 88 ,
|
||||
\ }
|
||||
\ }
|
||||
\ }
|
||||
\ }
|
||||
\ },
|
||||
\}
|
Loading…
Reference in a new issue