Feature ask: How to complete on host based on env in a docker container? #4246
Unanswered
QiangZiBro
asked this question in
Q&A
Replies: 2 comments 6 replies
-
It should be possible to make vim and coc.nvim work in your container, but I think you'd better code on your own machine and deploy the code to container, since the resources accessible by container is very limited, and coc.nvim, LS requires lots of resources. |
Beta Was this translation helpful? Give feedback.
6 replies
-
@QiangZiBro |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I love using coc.nvim. I use docker containers as my daily running environment, and I need Python/C++/CUDA env in the docker containers.
I would like to ask if it's possible to let coc.nvim complete from the env in a docker container? I thought about the potential solutions:
Anybody has ideas? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions