1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-25 20:47:45 +01:00

nvim: coc-python swapped for coc-pyright

This commit is contained in:
TiynGER 2020-12-21 23:15:43 +01:00
parent 465d66b76c
commit 2cc00d1790
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
file:///home/tiynger/ownCloud

View File

@ -78,7 +78,7 @@ endfunction
let g:coc_global_extensions = [
\ 'coc-java',
\ 'coc-markdownlint',
\ 'coc-python',
\ 'coc-pyright',
\ 'coc-sh',
\ 'coc-vimtex',
\ ]