-
Notifications
You must be signed in to change notification settings - Fork 162
Put lsp-cquery.el on Melpa? #72
Comments
FYI @topisani |
yup we should definately do this - ive been considering how exactly, and i think one nice way to do it would be a bit like irony-mode, i.e. have a |
In lsp-cquery-enable you can just check whether the server has been installed, if not then you can either install it for the user or print a warning message right? |
yup, that would be the idea |
FYI I'm planning on bundling the cquery binary in the published vscode extension so lsp-cqiey may want to do something similar |
We should separate cquery.el so that it can be added to Melpa and spacemacs folks can help. I've seen some recent development on the c-c++ layer and we should also advertise cquery there It is also useful to learn from rtags.el users so we can gain some insights on improving cquery user experience as a code assistant. |
melpa/melpa#5235 accepted by purcell!!! There are still some issues cquery-project/emacs-cquery#5 cquery-project/emacs-cquery#4 and I don't know enough elisp to address them |
So Emacs users can start using package-install to play around with this
The text was updated successfully, but these errors were encountered: