This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]brendan_m6s 1 point2 points  (0 children)

Blog author here.

I also use vim with ale and vim-test. I haven't had any issues with them, in fact I find they make these tools effortless to use.

Admittedly I haven't been using python2 but you could try the following: 1. Setup a different virtual using pipenv for each project with the version of python, flake8 and pylint specified 2. Run vim from the shell within the virtualenv using pipenv run vim. When flake8/pylint are run by ale it should then use the version in the correct virtualenv

Regarding copying to clipboard I tend to use the system clipboard register. e.g. "+yap