Closed wejrowski closed 9 years ago
Ok it looks like literally just this one projects.. I can't search any folder, once I type / I get nothing. It is a gigantic project btw, if ctrlp may have a limit?
Found the issue. My project has 73k files. I had to set max files to higher... apparently there's a default? (not specified in help).
let g:ctrlp_max_files=100000
I don't have any settings for ignoring folders or anything but I'm looking for files and they're not showing. Specifically it seems to be completely ignoring certain folders with "java" or "test" in it.
Any idea?