Support for extra bin dirs
TODO:
-
[ ] doc
-
[ ] provide a way to prefer those? (i.e. also when
executable()before already)? (OTOH it's possible already to configure the exe explicitly)
Ref: https://github.com/neomake/neomake/pull/2402#issuecomment-514455747
I feel this is a bit overkill, can't the user play with its PATH instead ?
@teto Thanks for the feedback! :)
It is a common issue/request, and I've thought this might be a good solution to it finally.
While it is additional processing, it should not have an impact when not used, and I think it is good to e.g. have it for JavaScript files by default (like in this PR).
I might eventually add {{project_root}}/.venv/bin for Python, but the convention there is not so widespread as with JS.