This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-12-12
Channels
- # adventofcode (42)
- # aleph (10)
- # announcements (1)
- # asami (138)
- # babashka (7)
- # beginners (7)
- # biff (13)
- # cider (7)
- # clj-kondo (15)
- # clojure (53)
- # clojure-austin (11)
- # clojure-belgium (2)
- # clojure-europe (23)
- # clojure-nl (1)
- # clojure-norway (55)
- # clojure-sweden (5)
- # clojure-uk (4)
- # cryogen (7)
- # cursive (63)
- # datomic (5)
- # eastwood (6)
- # emacs (31)
- # fulcro (7)
- # hyperfiddle (9)
- # introduce-yourself (3)
- # java (11)
- # lsp (10)
- # malli (14)
- # membrane (35)
- # off-topic (13)
- # portal (12)
- # prelude (1)
- # releases (2)
- # ring-swagger (27)
- # shadow-cljs (8)
- # timbre (25)
Do people here use cape to wrap up the company stuff in lsp-mode to make it play nicely with vertico/cofu/others? https://github.com/minad/cape?tab=readme-ov-file#company-adapter
No need if you're using corfu with lsp, only reason you would if you were interacting with a company-specific backend.
I must be doing something wrong then. I'm currently getting cofu and company completion popups, but good to know that corfu should work on its own
AFAICT the only relevant config I have is setting lsp-completion-provider
to :none
after lsp-mode is loaded and (advice-add #'lsp-completion-at-point :around #'cape-wrap-noninterruptible)
to reduce the blocking
Would lsp consider supporting this nice to have?
Should I file an issue?
I also filed https://github.com/clojure-lsp/clojure-lsp/issues/1737 that automates the hook creation for me.