- Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathREADME
More file actions
Latest commit
9 lines (6 loc) · 434 Bytes
/
Copy pathREADME
File metadata and controls
9 lines (6 loc) · 434 Bytes
1
2
3
4
5
6
7
8
9
This is a mirror of http://www.vim.org/scripts/script.php?script_id=2225
Keep your imports tidy!
This script allows you to sort python imports easlily.
Use :PyFixImports, command to fix imports in the beginning of currently edited file.
You can also use visual mode to select range of lines and then use <C-i> to sort imports in those lines.
Needs vim compiled with python support!