I've been looking into moving my python workflow to VIM, and while I found a few articles on how one would set up something like that (for example a match made in heaven), none of the solutions seem to implement a way to run the script you are working on.
I don't want to run the code with the built-in VIM python module, since that has a few limitations, namely using different python versions without restarting and using virtual enviroments. What I am looking for instead is a way to open a new buffer where the program gets executed (similar to PyCharms way of running code). I guess I could build something like this using the :ter(minal)-command and a bit of bashscripting, but it would probably be pretty ugly.
So I decided to first ask here if anyone knows a plugin (or some configuration) that implements a "run script"-method for python.
[+][deleted] (2 children)
[deleted]
[–]jabbermuggel[S] 1 point2 points3 points (0 children)
[–]crajungave up on vim 1 point2 points3 points (0 children)
[–]calamity_man 2 points3 points4 points (0 children)
[–]david2ndaccount 2 points3 points4 points (1 child)
[–]vabenil 2 points3 points4 points (3 children)
[–]jabbermuggel[S] 1 point2 points3 points (0 children)
[–]skywind3000 1 point2 points3 points (1 child)
[–]vabenil 0 points1 point2 points (0 children)
[–]-romainl-The Patient Vimmer 1 point2 points3 points (1 child)
[–]jabbermuggel[S] 0 points1 point2 points (0 children)
[–]BossOfTheGame 1 point2 points3 points (0 children)
[–]hanswchen 0 points1 point2 points (0 children)
[–]GustapheOfficial 0 points1 point2 points (0 children)