Change python language server for coc

This commit is contained in:
flyingscorpio@arch-desktop 2021-02-20 23:23:39 +01:00
parent cc4f337509
commit ee0f45dd7d

View file

@ -104,7 +104,7 @@ let g:pymode_options_max_line_length = 90
let g:pymode_options_colorcolumn = 0
let g:pymode_lint_ignore = ["E203"]
let g:coc_global_extensions = [ 'coc-powershell', 'coc-python', 'coc-json', 'coc-html', 'coc-css', 'coc-vimtex' ]
let g:coc_global_extensions = [ 'coc-powershell', 'coc-pyright', 'coc-json', 'coc-html', 'coc-css', 'coc-vimtex' ]
let NERDTreeIgnore=['^__pycache__$', '\.pyc', '\~$'] " ignore files in NERDTree