Hey all,
I've recently updated my spacemac to the latest dev, it seems to have changed the behaviour of Projectile files
Previously, it would fuzzy match with file name matching displaying at the top, now it's just sorted on the whole file path.
e.g.
search for "company"
With files:
src/company/adder.clj
src/company/company.clj
This returns the files in order
src/company/adder.clj
src/company/company.clj
But previously I was sure this would return:
src/company/company.clj
src/company/adder.clj
Anyone know if there's a setting that I need to change for the previous behaviour?actually, it seems like SPC p f is now using helm-projectile-find-file now.
projectile-find-file was the behaviour I was previously experiencing!
ended up setting helm-projectile-fuzzy-match to nil to get the previous behaviour I had