Thanks for making this tool
I'm using gqlint with a local installation (in my current JS project)
ALE is not able to find the executable, as the ALE integration expects gqlint to be available on the path.
Would you consider allowing a change to the ALE integration to use ale#node#FindExecutable
Other linters that are installed using npm frequently do this.
Here are a few links showing configurations using ale#node#FindExecutable
And here is the relevant source code:
https://github.com/w0rp/ale/blob/master/autoload/ale/node.vim#L10
In the mean time, I'm going to try modifying the plugin locally w/ that code to see if it works as I expect. Thanks
Thanks for making this tool
I'm using gqlint with a local installation (in my current JS project)
ALE is not able to find the executable, as the ALE integration expects
gqlintto be available on the path.Would you consider allowing a change to the ALE integration to use
ale#node#FindExecutableOther linters that are installed using
npmfrequently do this.Here are a few links showing configurations using
ale#node#FindExecutableAnd here is the relevant source code:
https://github.com/w0rp/ale/blob/master/autoload/ale/node.vim#L10
In the mean time, I'm going to try modifying the plugin locally w/ that code to see if it works as I expect. Thanks