Anyone experience completion issue like the following? TIA https://github.com/emacs-lsp/lsp-mode/issues/4526
I can't repro that with lsp-mode + clojure-lsp, also this is a core feature that multiple people use daily, I doubt it's a common bug, most likely it's a config in your side
https://github.com/ericdallo/dotfiles/blob/master/.config/doom/config.el#L134 is the config I use but I doubt there is something there that affects this issue
Thanks for the reply. You're probably right it's something in the config. I think it is affecting a few of us though. See the referenced Doomemacs issue at the bottom of the link. Always complicated if it isn't easy to reproduce. Is there something I can run when it isn't working that might give some insight into expectations under the hood?
I think the first step is confirm is not a server problem (clojure-lsp not returning the completion items), or a client side (lsp-mode not requesting completion because it's using other backends like cider), for that, try enable lsp-log-io and check lsp-workspace-show-log so see if there are completion responses from server when you complete