Closed yujinyuz closed 4 years ago
@yujinyuz I have found similar problem. #197 How did you solve it ?
@you-n-g I forgot what I did. You can check my coc-settings.json here: https://github.com/yujinyuz/dotfiles-old/blob/master/vim/coc-settings.json
And it seems that my current settings (coc and vimrc) already caches virtualenvs
@yujinyuz thanks.
@yujinyuz that link is dead - is the file anywhere else?
@geo7 I've updated the link
https://github.com/yujinyuz/dotfiles-old/blob/master/vim/coc-settings.json
I've been searching for some workarounds on how to make neovim autocomplete support virtualenvs by creating a
.vim/coc-settings.json
inside my project directory. But this seems quite tedious for me.Is there any way that after calling
:CocCommand python.setInterperter
, it would automatically create the.vim/coc-settings.json
file for me with the settings:Side Question: Every time Vim is restarted, I'm getting this message
Is this normal? Would there be a way to somehow cache this? I have to wait for it to finish before making the autocomplete work
VSCode doesn't seem to re-analyze the virtualenvs when restarting them