mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
2 commits
0234016f78
...
5e1c68fd70
Author | SHA1 | Date | |
---|---|---|---|
|
5e1c68fd70 | ||
|
b467ed4d63 |
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
let g:coc_global_extensions += ['coc-python']
|
||||
let g:coc_global_extensions += ['coc-pyright']
|
||||
let g:coc_filetypes += ['python']
|
||||
let g:coc_user_config['pyls.plugins.pycodestyle.ignore'] = ['E501']
|
||||
" let g:coc_user_config['pyls.plugins.pycodestyle.ignore'] = ['E501']
|
||||
" let g:coc_user_config['python.autocomplete.showAdvancedMembers'] = v:false
|
||||
let g:coc_user_config['python'] = {
|
||||
\ 'autocomplete': { 'showAdvancedMembers': v:false },
|
||||
\ 'formatting': { 'provider': 'black' },
|
||||
\ 'linting': {
|
||||
\ 'pylintEnabled': v:false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue