massive update, probably broken
[dotfiles/.git] / .config / nvim / plugin / coc.vim
index 4da1af408056a3778572e6bbb6218c99e72dd4b9..fd387e4bc0cb1898b3faf3fb15f6040ebe745936 100644 (file)
@@ -10,7 +10,7 @@ let g:coc_global_extensions = [
   \ 'coc-css',
   \ 'coc-html',
   \ 'coc-markdownlint',
-  \ 'coc-python',
+  \ 'coc-pyright',
   \ ]
 
 " Use tab for trigger completion with characters ahead and navigate.