This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-05-12
Channels
- # beginners (40)
- # boot (2)
- # cider (16)
- # clara (2)
- # cljs-experience (2)
- # clojure (100)
- # clojure-italy (11)
- # clojure-russia (2)
- # clojure-spec (9)
- # clojure-uk (34)
- # clojurescript (36)
- # community-development (3)
- # core-async (4)
- # cursive (4)
- # datascript (1)
- # datomic (20)
- # duct (10)
- # emacs (1)
- # fulcro (2)
- # off-topic (40)
- # onyx (12)
- # overtone (8)
- # portkey (6)
- # quil (1)
- # re-frame (7)
- # ring-swagger (2)
- # shadow-cljs (2)
- # spacemacs (2)
- # test200 (10)
- # tools-deps (16)
- # unrepl (1)
- # vim (24)
I was looking at apathy and thinking it would be cool if 'path'
could be set to the jvm classpath. Turns out it's not so easy, the way zipfile reading is implemented means that it doesn't work.
https://github.com/vim/vim/issues/2902 opened this 🙂 If I'm shut down / get tired of waiting, I'll try going to neovim directly.
Being able to gf
on data_readers.clj
or foo.css
from a clojure file would be really nice.
Anyone knows why https://clojurians-log.clojureverse.org/vim doesn’t have logs after 2018-04-17?
Ok, I’ll ask there
Very annoying, since there are so many good things floating around in here that doesn’t seem to be possible to go back to.
Looked at others, and it’s seems to be many/all channels that are not logged
After much turmoil, I just got my first refactor.nvim command to run with node-host
Hi @renewdoit 👋 I've been looking at your fun-map library today, looks very cool 🙂
https://juxt.pro/blog/posts/vim-1.html only slightly dated, also authored by me 🙂
I'd recommend throwing in something like https://github.com/SevereOverfl0w/vim-replant now too
https://github.com/SevereOverfl0w/clj-refactor.nvim works with master node-client. I asked for a release, but none has happened yet. I asked here: https://github.com/neovim/node-client/issues/64 and you can "work around" it for now by cloning node-client and doing npm run build && sudo npm link