Learning Ruby, using MacVim on Mountain Lion.
Installed Command-T (same problem if I used CtrlP) and a file search is not finding the lib directory. That's how I noticed it, but it's not seen anywhere by anything vim related.
If I go to a project directory that contains a lib subdirectory and start vim with 'mvim .', the directory listing does not show lib. If I invoke NerdTree, lib does not show up.
Weird. But from what little I know about Ruby at this point, it seems ruby files are supposed to go under lib so I need to get this working.
Ideas?