derekwyatt / vim-scala

My work on integration of Scala into Vim - not a ton here, but useful for me.
http://derekwyatt.org
Apache License 2.0
1.09k stars 144 forks source link

Make sorting more configurable. Can now have an arbitrary number of package groups. #149

Open Jacoby6000 opened 6 years ago

Jacoby6000 commented 6 years ago

Only having 3 sort groups wasn't great for my teams, and I think others will tend to agree.. It wasn't terribly difficult to make the sorting more arbitrary, so I went ahead and did it.

Jacoby6000 commented 6 years ago

I wound up making a general import sorting vim plugin that should work with most languages. The implementation is heavily based on what @derekwyatt had here. I just generalized it a bit

https://github.com/jacoby6000/vimport-sort