This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-09
Channels
- # announcements (9)
- # beginners (69)
- # cider (4)
- # clj-kondo (8)
- # cljdoc (1)
- # clojure (52)
- # clojure-austin (4)
- # clojure-europe (22)
- # clojure-nl (2)
- # clojure-norway (14)
- # clojure-uk (3)
- # clojurescript (9)
- # conjure (4)
- # cursive (3)
- # datalevin (13)
- # datomic (4)
- # events (2)
- # fulcro (59)
- # graalvm (17)
- # helix (25)
- # inf-clojure (4)
- # integrant (4)
- # introduce-yourself (2)
- # java (5)
- # kaocha (1)
- # leiningen (3)
- # meander (7)
- # nbb (4)
- # off-topic (30)
- # portal (4)
- # rdf (1)
- # reagent (5)
- # sci (1)
- # shadow-cljs (57)
- # sql (8)
- # tools-deps (39)
- # uncomplicate (3)
- # vim (3)
- # xtdb (8)
I spent a while trying to get eglot to work in inf-clojure-mode, am I right in thinking it doesn't because it's not a source file? Is there a way to get completions in the repl from eglot?
in case anybody is interested, https://github.com/JasonKDarby/inf-clojure/commit/6d761f997627b9d233313e4da4e896d53fa595dc. It's useful for things like embedded shadow-cljs where a clj repl (not sure on the verb here) 'becomes' a cljs repl so you don't need to try to update inf-clojure's repl type. I just started using it so I'll try it out for a while before making a pr
You will not get eglot completions in the repl. The buffer needs to be associated with a clojure file that clojure-lsp can perform analysis on.