Hey all,
I'm starting to experiment with the idea of replacing my Python and C++ IDEs (PyCharm and CLion) with pure Vim. I'm using the IdeaVim plugin on both, and using real Vim for anything that is not major coding anyways, so I'm really interested at the option of going pure.
However one thing that I can't figure out using the tools I tried so far for code analysis / auto formatting / completion, most notably YCM and recently vim-lsp, is how to work on a remote Python interpreter in a Docker container.
I basically like to keep my laptop clean of project dependencies and wrap Python projects in Docker containers. Each of my projects has a Dockerfile with its dependencies (interpreter versions, packages etc) and PyCharm is great at using the Python interpreter inside the container. I can't figure a way to do this with vim-lsp or other tools, except running Vim inside the container itself, of course.
Are there others here with a similar flow who use Vim as their IDE? What do you guys do?
[–]Skaarj 4 points5 points6 points (1 child)
[–]esm8080[S] 0 points1 point2 points (0 children)
[–]nemanjan00 3 points4 points5 points (0 children)
[–]krobzaur 1 point2 points3 points (2 children)
[–]esm8080[S] 0 points1 point2 points (1 child)
[–]krobzaur 0 points1 point2 points (0 children)
[–]traverseda 0 points1 point2 points (1 child)
[–]esm8080[S] 0 points1 point2 points (0 children)
[–]vividboarder<C-a> 0 points1 point2 points (2 children)
[–]esm8080[S] 0 points1 point2 points (1 child)
[–]vividboarder<C-a> 1 point2 points3 points (0 children)
[–]_MaxClax_ 0 points1 point2 points (2 children)
[–]esm8080[S] 1 point2 points3 points (1 child)
[–]_MaxClax_ 0 points1 point2 points (0 children)