Fork me on GitHub
#emacs
<
2022-12-28
>
beho14:12:24

Hi, I use both lsp-mode and cider and company-mode. Both lsp-mode and cider hook into completion-at-point-functions . But when cider is activated snippets from lsp are no longer available. Is there a way make it work all together or (alternatively) how do I disable cider completion? Thanks!

ericdallo14:12:41

I'm not aware of how making both work well together, but you can disable cider one as mentioned https://emacs-lsp.github.io/lsp-mode/tutorials/clojure-guide/#completion

ericdallo14:12:38

Sorry, wrong link, this is how I disable cider completions: https://github.com/ericdallo/dotfiles/blob/master/.doom.d/config.el#L58

beho14:12:06

That’s it. Thanks!