This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-06-01
Channels
- # announcements (7)
- # beginners (30)
- # boot (6)
- # calva (24)
- # cider (8)
- # clj-kondo (8)
- # cljs-dev (16)
- # cljsrn (8)
- # clojure (60)
- # clojure-italy (19)
- # clojure-mexico (6)
- # clojure-nlp (2)
- # clojure-uk (11)
- # clojurescript (36)
- # datomic (11)
- # hoplon (1)
- # juxt (2)
- # kaocha (1)
- # keechma (13)
- # nrepl (1)
- # off-topic (51)
- # reagent (7)
- # rewrite-clj (17)
- # robots (7)
- # shadow-cljs (2)
- # sql (4)
- # testing (1)
- # tools-deps (11)
- # vim (12)
@lockdown- I have written a ascii to vim echo converter, but never contributed it upstream.
I was able to get clojure-lsp
working with those instructions from @alee, thank you! Had to screenshot those instructions cuz of slack things. Now how do I tweak this or selectively turn it off?
Like in my practice
or utils
scratch files I'm getting a ton of Unused declarations
on all my functions and such.
nice. On that note, I've been curious if I can use one shortcut command (like <leader>c
) to toggle between :CocEnable
and :CocDisable
instead of using two shortcut commands (one to enable, one to disable)? Is that possible?