GuiltyDolphin / project-root-vim

Easier interaction with project root directories.
GNU General Public License v3.0
0 stars 0 forks source link

Provide better detection of project type #1

Open GuiltyDolphin opened 8 years ago

GuiltyDolphin commented 8 years ago

Implement a better system than just checking filetypes - this is likely to fail with files such as README.md, LICENSE etc...

Could fall-back to a preference check of root_globs? I.e, check the root_globs for each project (starting with most-childed), and use the first that matches. Issue with this: It may be slow?

Other options: