mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] switch from coc-python to coc-pyright
This commit is contained in:
parent
d2eb84c663
commit
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…
Reference in a new issue