This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-09-29
Channels
- # announcements (1)
- # babashka (120)
- # beginners (184)
- # cider (14)
- # clara (2)
- # clj-kondo (25)
- # cljfx (9)
- # cljsrn (43)
- # clojure (46)
- # clojure-australia (2)
- # clojure-berlin (5)
- # clojure-dev (2)
- # clojure-europe (10)
- # clojure-france (3)
- # clojure-nl (1)
- # clojure-spec (14)
- # clojure-uk (30)
- # clojurescript (50)
- # code-reviews (19)
- # conjure (11)
- # core-logic (2)
- # cursive (20)
- # datascript (1)
- # datomic (74)
- # figwheel-main (1)
- # fulcro (10)
- # funcool (2)
- # graphql (1)
- # lambdaisland (1)
- # malli (2)
- # meander (22)
- # nrepl (13)
- # off-topic (28)
- # overtone (3)
- # pathom (7)
- # pedestal (4)
- # re-frame (4)
- # reagent (16)
- # reitit (4)
- # releases (1)
- # ring (8)
- # shadow-cljs (93)
- # specter (6)
- # sql (13)
- # test-check (1)
- # tools-deps (1)
- # tree-sitter (2)
- # vim (8)
- # xtdb (25)
Just wanted to mention that I’m happy with papercolor-theme, it has a balanced light and dark mode which works well https://github.com/NLKNguyen/papercolor-theme
I also swear by papercolor light theme. Been using it for years without qualms (I also think Clojure is especially pretty with its pink keywords).
Thanks for this one, @orestis! Tried it for a few days now, and it's feeling better than my long-term goto (gruvbox).
I’m also using the dark one, but the light one is also good and sometimes useful (presentations, super bright rooms)
Hi all. I've recently migrated from vim + fireplace to nvim + coc.nvim + clojure-lsp. When writing Midje tests (which uses custom symbols such as =>
and ?x ?y
when using tabular
) i'm getting unknown symbol
errors from clojure-lsp's inner clj-kondo tool. Apparently clojure-lsp lets you set custom macro-defs for these kind of scenarios, to let kondo be aware of these custom symbols. thing is, i can't make it work. Can anybody help with that please? See this short github issue for more information https://github.com/snoe/clojure-lsp/issues/92#issuecomment-699609662
Thanks in advance for any help you can give :)