Change python language server for coc
This commit is contained in:
parent
cc4f337509
commit
ee0f45dd7d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue