[nvim] switch from coc-python to coc-pyright

This commit is contained in:
Dmytro Meleshko 2021-03-05 14:59:33 +02:00 committed by Keanu
parent 81d185be53
commit 6577755555
Signed by: keanucode
GPG Key ID: A7431C0D513CA93B
1 changed files with 3 additions and 3 deletions

View File

@ -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,