Open jeffpollock9 opened 5 years ago
The function to call is now just lsp
, I think. (But there are other things that are slightly different/broken, so you might try using a slightly older version if you can until it's all resolved.)
@brucestephens thanks for the prompt reply! I have things mostly working by replacing lsp-cquery-enable
with lsp
.
Please feel free to close this issue now - or keep it open until the documentation/whatever is updated - whatever suits you.
I called lsp but still not work....
@verminniu Make sure you have updated lsp package. I only needed
(require 'cquery)
and then M-x lsp to make it work again (after the former method unimpressively deceased).
@verminniu I have actually moved to ccls which has all of this documented, as far as I can tell it works pretty much the same as cquery
After doing a package update
lsp-cquery-enable
doesn't seem to work for me, on startup I get this in my messages:My emacs skills are somewhat lacking so please forgive me if I have done something stupid here. Relevant part of my .emacs.d/init.el (which I mostly took from the wiki):
and the full config is here
Any help is much appreciated and please let me know if there is anything I can do to help.