neomake icon indicating copy to clipboard operation
neomake copied to clipboard

Support for extra bin dirs

Open blueyed opened this issue 6 years ago • 2 comments

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

blueyed avatar Jul 24 '19 03:07 blueyed

I feel this is a bit overkill, can't the user play with its PATH instead ?

teto avatar Jul 24 '19 05:07 teto

@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.

blueyed avatar Jul 24 '19 06:07 blueyed