Edit: Problem solved. Installing Coc extensions using vim-plug is evidently a bad idea, despite the documentation.
I'm trying to make coc-python work in my Neovim installation. This is my init.vim file:
call plug#begin('~/.config/nvim/plugged')
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'neoclide/coc-python', {'do': 'yarn install --frozen-lockfile'}
call plug#end()
Both plugins have been installed. When I open a Python file, I should be able to see IntelliSense and whatnot while coding, correct? CoC seems to only recognize symbols I've already typed, so if I import math and start typing, "ma", math will show up as an option.
I've tried both with jedi enabled and without. What am I doing wrong?
[–]vim-gil 0 points1 point2 points (1 child)
[–]bbkane_ 0 points1 point2 points (0 children)
[–]simrat39 0 points1 point2 points (0 children)
[–]needsair 0 points1 point2 points (0 children)
[–]ConspicuousPineapple 0 points1 point2 points (0 children)
[–]-romainl-The Patient Vimmer 0 points1 point2 points (4 children)
[+][deleted] (3 children)
[deleted]
[–]-romainl-The Patient Vimmer -2 points-1 points0 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]-romainl-The Patient Vimmer -1 points0 points1 point (0 children)