fisadev / vim-isort

Vim plugin to sort python imports using https://github.com/timothycrosley/isort
MIT License
219 stars 32 forks source link

Add ability to specify Python version #16

Closed Matt-Deacalion closed 7 years ago

Matt-Deacalion commented 7 years ago

I run Python version 2 and 3 on my system. I have most packages installed under Python 3, including isort. Without the ability to tell vim-isort to look for isort under Python 3, it cannot find it.

fisadev commented 7 years ago

Thanks for this feature! Very appreciated :)