This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-01-09
Channels
- # announcements (14)
- # babashka (2)
- # beginners (33)
- # calva (25)
- # cider (4)
- # clj-kondo (14)
- # clojure (11)
- # cursive (4)
- # datomic (3)
- # fulcro (53)
- # gratitude (3)
- # integrant (2)
- # leiningen (7)
- # lsp (10)
- # malli (34)
- # missionary (3)
- # off-topic (71)
- # other-languages (18)
- # pathom (1)
- # practicalli (2)
- # releases (1)
- # ring (4)
- # spacemacs (1)
- # vim (14)
I get duplicate warning messages from clj-kondo for things like missing requires. Does anyone know what could be the cause or how I could diagnose the issue?
heh thanks @UKFSJSM38, appreciate you checking in here 🙂
:) I already saw vscode folks with the same issue and the cause was having too different plugins doing the same, that's why I suggested that
@UKFSJSM38 for some reason when I start vim, I get two clojure-lsp processes running. I'm guessing this isn't the expected behaviour?
Ah, found it! I had something similar to the coc-settings.json
example here https://clojure-lsp.io/clients/#vim and also had https://github.com/noahtheduke/coc-clojure installed. Uninstalling the latter removed the duplicated process.