vim:coc: Use pyright
This commit is contained in:
@@ -7,7 +7,7 @@ packloadall
|
|||||||
" as nodejs.
|
" as nodejs.
|
||||||
if ((has('patch-8.1.1719') || has('nvim')) && executable('node'))
|
if ((has('patch-8.1.1719') || has('nvim')) && executable('node'))
|
||||||
let g:coc_global_extensions =
|
let g:coc_global_extensions =
|
||||||
\ ['coc-clangd', 'coc-sh', 'coc-python', 'coc-vimtex']
|
\ ['coc-clangd', 'coc-sh', 'coc-pyright', 'coc-vimtex']
|
||||||
packadd coc.nvim
|
packadd coc.nvim
|
||||||
source $XDG_CONFIG_HOME/vim/coc.nvim.vim
|
source $XDG_CONFIG_HOME/vim/coc.nvim.vim
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user