Nightlight now works with the new clj tool

I thought this was pretty neat: With the new clj tool, you can now fire up Nightlight, my editor that ships as a library, in just two steps:

echo "{:deps {nightlight {:mvn/version \"2.1.0\"}}}" > deps.edn
clj -m nightlight.core

That’s it! You’ll have a fully functional editor running in that directory. You can check out clj -m nightlight.core --usage for options such as configuring what port to run on.

15 Likes

Did someone edit my post? That is bizarre…

Yes, I edited the post. The code is not highlighted correctly as expected. Normally I would try to make it highlight. No intention to change your sentences, just trying to fix the markups.