fisadev / vim-isort

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

Added all python dependences #1

Closed admk closed 10 years ago

admk commented 10 years ago

Just to let you know, I've added all python dependencies to vim-isort, and it does not require installing isort from pip. Simply do a BundleInstall and everything works.

You can cherry pick from my commits, or I could generate a pull request from here: https://github.com/admk/vim-isort

fisadev commented 10 years ago

Hey, before I cherry pick the changes, do you know if the isort license allows us to do this? If not sure, maybe we can ask them.

admk commented 10 years ago

natsort is MIT. And isort uses MIT as well, but it is quite strange that its dependency pies uses GPL. But I believe this is not a problem because what we have in vim-isort is purely open source.

fisadev commented 10 years ago

great, I'll cherry pick the commits tonight :) (now with meetings at work)

fisadev commented 10 years ago

Done! merged your changes, and also some other nice contributions from a pull request. Update your fork if you like them :)