Fork me on GitHub
#vim
<
2017-07-29
>
dominicm16:07:37

How did Clojure get truthiness so right, and vim get it so wrong. This would turn a man to drinking.

dominicm19:07:19

uh: * Syntax Highlighting * Specs * See Also * Supports Java things * Added/Deprecated I might take the time to contribute it to fireplace. But for now it's just in a my attempt at a new nrepl client.

dominicm19:07:53

Emacs' echo output is so much more featured, it supports buttons & variable syntax. So you can have links for see also as well as the specs and such.

Jarrod Taylor (Clojure team)19:07:06

Hard to argue that it is not an incremental improvement 👍. What are the goals with the new client?

tungsten20:07:29

Anyone here having luck connecting to the browser repl with figwheel and piggieback+fireplace? I think this used to work for me when I loaded vim but it seems like something has broken

Jarrod Taylor (Clojure team)20:07:28

## Start Figwheel
$ lein repl
(use 'figwheel-sidecar.repl-api)
(start-figwheel!)

## Connect Vim
:Connect
:Piggieback (figwheel-sidecar.repl-api/repl-env)

tungsten20:07:25

hmm I get a complete hang on the final command

tungsten20:07:34

I don't think I used to have to do that step either

tungsten20:07:28

thanks for your help though

tungsten20:07:57

fwiw I'm on Fedora 26... Let me know if there is anything I could do to debug the hang

dominicm20:07:54

@jarrodctaylor I was using it until recently.

dominicm20:07:15

@bfast the hang opens if you don't open your browser

tungsten20:07:40

The browser is open ... there is a error in the console log though

tungsten20:07:27

@dominicm thanks for that insight.... it seems that I can get past the hang by opening the page in firefox, but for some reason Chrome doesn't do the trick

tungsten21:07:50

firefox doesn't throw the above exception ^ 😕

dominicm21:07:35

@bfast make sure you have your web console open with the caching turned off in Chrome.