atom / fuzzy-finder

Find and open files quickly
MIT License
276 stars 138 forks source link

Fix slow opening #194

Closed joshaber closed 8 years ago

joshaber commented 8 years ago

Fixes #188.

I don’t love how this turned out. The problem is that getting git status is async now, but the view needs to be created synchronously. I’m not sure if there’s a better way to accomplish this.

/cc @atom/core

BinaryMuse commented 8 years ago

Thanks @joshaber, works great 👍