vim-isort : sort python imports using the isort lib
script karma |
Rating 22/13,
Downloaded by 2453 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Juan Pedro Fisanotti |
|
script type |
utility |
|
description |
Plugin to sort python imports using the isort lib.
Usage:
Just call the :Isort command, and it will reorder the imports of the current python file.
You can also configure isort options, check them on the isort docs.
Official repo:
https://github.com/fisadev/vim-isort |
|
install details |
Recommended installation method is to use a plugin manager, like Vundle or Pathogen (pointing to the oficial repo). But you could manually extract the files from this plugin in your .vim folder.
You will need a vim compiled with python support, and this dependency installed on your system:
sudo pip install isort |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.23.92.44
|