This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-17
Channels
- # announcements (2)
- # aws (7)
- # beginners (46)
- # cider (15)
- # clj-kondo (24)
- # cljs-dev (3)
- # clojure (46)
- # clojure-dev (34)
- # clojure-europe (7)
- # clojure-italy (7)
- # clojure-nl (10)
- # clojure-norway (15)
- # clojure-spec (5)
- # clojure-uk (42)
- # clojuredesign-podcast (1)
- # clojurescript (79)
- # clr (3)
- # core-async (1)
- # cursive (45)
- # data-science (1)
- # datomic (4)
- # fulcro (17)
- # funcool (14)
- # gorilla (2)
- # graphql (30)
- # jackdaw (5)
- # jobs-discuss (8)
- # joker (4)
- # lein-figwheel (1)
- # off-topic (48)
- # pedestal (26)
- # re-frame (36)
- # reagent (18)
- # reitit (6)
- # remote-jobs (4)
- # shadow-cljs (115)
- # tools-deps (62)
- # vim (12)
I disabled diagnostics/linting from clojure-lsp with coc because of too many "unknown symbol" false errors, but the autocomplete and go to definition/go to references are working great. I just had to configure some macros such as schema/defn so go to works with them. I am looking to trying conjure next 🙂
This was my path as well but I ended up just not using the lsp instead of tinkering this time. I ended up using clj-kondo
for linting on demand and I think that suits my workflow better. https://github.com/borkdude/clj-kondo/blob/master/doc/editor-integration.md#vanilla-way
Now I'm trying Conjure and it's been a lot of fun. Still had to fall back to fireplace when in this shadow-cljs tutorial project I'm doing but I think it was nice that fireplace and conjure still work together fine during any transition period.
Ah this is why Fira Code ligatures stopped working for me https://www.reddit.com/r/archlinux/comments/d3reo4/fira_codes_font_ligatures_suddenly_stopped/
I wonder if I could hide the redundant information like the namespace and arg list... either in the info in the floating preview window or in the completion list :thinking_face:
TIL! This plugin makes the completeopt
experience much better