Fork me on GitHub
#cursive
<
2015-09-18
>
afhammad18:09:26

trying to install cursive on a freshly installed intellij idea CE, when i find it in browse repositories and click install, it shows me a downloading progress bar and completes, but nothing happens after that and I still see the install button. on OS X Yosemite

cfleming21:09:35

@afhammad: That does happen from time to time, and I’ve never managed to work out what’s going to since I can never reproduce it.

afhammad21:09:05

@cfleming: I managed to get it installed by downloading the Jars instead

cfleming21:09:14

@afhammad: The easiest workaround is to manually download the plugin and install it from disk as described here: https://cursiveclojure.com/userguide/

cfleming21:09:20

Ah perfect, that simple_smile

afhammad22:09:04

it seems cursive comes with rainbow parens, how do I turn them on?

cfleming22:09:46

Settings->Languages & Frameworks->Clojure

cfleming22:09:03

In the settings page you can also just search for “rainbow"

cfleming22:09:19

Which is a useful thing to know for finding config in general

afhammad22:09:40

awesome thanks