udalov / kotlin-vim

Kotlin plugin for Vim. Featuring: syntax highlighting, basic indentation, Syntastic support
Apache License 2.0
632 stars 51 forks source link

Add Python function for for sorting imports on file save #31

Open kevinkirkup opened 5 years ago

kevinkirkup commented 5 years ago

It scans the from the top of the file looking for the first import and will sort all imports listed until a blank space is encountered.