Fork me on GitHub
#cursive
<
2019-02-04
>
grav18:02:58

Is there some kind of linting that will make sure Parinfer works? Currently, the indentation of team-mates both using Vim and Emacs results in Parinfer getting confused when I load up the code

mseddon20:02:37

@cfleming Does cursive for Windows install a version of clj cli? Trying to isolate a report from #clj-on-windows and it sounds like they think they have an .exe installed, possibly https://github.com/frericksm/clj-windows? It is of course equally possible they installed something else on their path and forgot.

cfleming22:02:59

@mseddon No, it doesn’t. If you want to use deps on Windows with Cursive right now, you use the “Use tools.deps directly” config option which uses tools.deps.alpha as a library and doesn’t use the CLI stuff at all.

👍 5
cfleming22:02:43

Are they using the “Use CLI tools” option pointing at the .exe?

mseddon09:02:13

No, the issue they are having is invoking the cli they (mistakenly) believed was installed by cursive from windows 🙂 Thanks