This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-11-02
Channels
- # announcements (1)
- # babashka (19)
- # beginners (85)
- # calva (1)
- # cider (23)
- # clara (19)
- # clj-kondo (28)
- # clojars (4)
- # clojure (60)
- # clojure-australia (8)
- # clojure-dev (14)
- # clojure-europe (117)
- # clojure-nl (3)
- # clojure-uk (11)
- # clojurescript (68)
- # conjure (2)
- # core-async (39)
- # cryogen (11)
- # cursive (7)
- # data-science (1)
- # datomic (9)
- # emacs (10)
- # etaoin (1)
- # events (1)
- # fulcro (1)
- # helix (10)
- # jobs (4)
- # kaocha (2)
- # keechma (3)
- # leiningen (1)
- # malli (6)
- # pathom (15)
- # pedestal (10)
- # re-frame (5)
- # reitit (1)
- # remote-jobs (1)
- # rum (3)
- # shadow-cljs (18)
- # tools-deps (30)
- # vim (6)
@thomas.harned And SpaceVim has now been fixed (my hack was almost correct), so SpaceVim should start a REPL on both Windows and Linux/Mac https://github.com/SpaceVim/SpaceVim/pull/3932/files
I would be interested to see your configuration. I've added details of mine here http://practicalli.github.io/clojure/clojure-editors/editor-install-guides/spacevim-fireplace.html The main change for Clojure is using Ale and clj-kondo.
if anyone is interested in trying out clojure support for nvim-treesitter, i have a branch with an attempt in a fork here: https://github.com/sogaiu/nvim-treesitter/tree/clojure
it works well, I am already using it for week or so, huge thanks man for making it work!!!!!
(thanks to @aleh_atsman for pointing me at nvim-treesitter)