brandon1024 / cortado.vim

Import Java classes by name, find unused import statemens, and many other goodies!
MIT License
2 stars 0 forks source link

filter imports in same package as current file #35

Closed brandon1024 closed 2 years ago

brandon1024 commented 2 years ago

When sorting imports, filter any imports that are in the same package as the current file. A configuration option has been introduced to disable this feature.