Bit Connor
Bit Connor
It looks like the problem might be that `hdevtools` is being invoked from vim with the absolute path `/Users/.../src/Render/Pre.hs` rather than the relative path `src/Render/Pre.hs` Note that it is important...
It is likely that `autochdir` will cause problems with this plugin. During a single session, all invocations of the `hdevtools` command must be called from the same directory. The first...
I recommend that you reopen this issue so that people will see this and more discussion can take place.
lushtags is on Hackage: http://hackage.haskell.org/package/lushtags I probably should release a new version though...
I'll look over this hopefully soon when I get some time.
Is there still interesting in this pull request?
What if you do `cabal install hdevtools` inside of your hsenv environment? The new `hdevtools` binary that is installed into your hsenv environment should inherit the package paths from the...
what about when running hdevtools with the hsenv activated?
This is related to https://github.com/bitc/hdevtools/issues/12
Yep, this would be good to have. I won't have time to add this in the near future. Pull requests welcome