vim-scala icon indicating copy to clipboard operation
vim-scala copied to clipboard

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

Open Jacoby6000 opened this issue 7 years ago • 1 comments

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 avatar May 23 '18 15:05 Jacoby6000

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

Jacoby6000 avatar Aug 17 '18 20:08 Jacoby6000