mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
No commits in common. "5e1c68fd70b8a1779b3c83a7e2cfdbc3de2c3e4f" and "0234016f78b6f41847d336be4ddd4ab8087c3cfc" have entirely different histories.
5e1c68fd70
...
0234016f78
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
let g:coc_global_extensions += ['coc-pyright']
|
let g:coc_global_extensions += ['coc-python']
|
||||||
let g:coc_filetypes += ['python']
|
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'] = {
|
let g:coc_user_config['python'] = {
|
||||||
|
\ 'autocomplete': { 'showAdvancedMembers': v:false },
|
||||||
\ 'formatting': { 'provider': 'black' },
|
\ 'formatting': { 'provider': 'black' },
|
||||||
\ 'linting': {
|
\ 'linting': {
|
||||||
\ 'pylintEnabled': v:false,
|
\ 'pylintEnabled': v:false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue