Fork me on GitHub
#emacs
<
2023-05-01
>
magnars09:05:27

I just recently switched from ido to consult/vertico - and noticed that the completions from C-, (complete-symbol, bound in cider-mode-map) are not connected to them. Anybody know how I set that up properly?

elken20:05:14

IIUC you also need a completion frontend like Corfu https://github.com/minad/corfu

👌 1
Ed19:05:32

You don't need Corfu. You can just copy this from the readme https://github.com/minad/vertico#completion-at-point-and-completion-in-region

Ed19:05:09

Although you may prefer Corfu ... ;)

elken20:05:48

like Corfu

magnars22:05:37

@U0P0TMEFJ there it is! thank you ❤️