emacs-lsp / lsp-sourcekit

lsp-mode :heart: Apple's sourcekit
https://emacs-lsp.github.io/lsp-sourcekit
GNU General Public License v3.0
103 stars 13 forks source link

Add support for C-famaily languages #10

Open eddieh opened 4 years ago

eddieh commented 4 years ago

Add support for C-family languages and did some cosmetic cleanup to match lsp-clangd.

danielmartin commented 4 years ago

Instead of tweaking client priorities (which are not meant to be configurable per project), we can suggest configuring lsp-enabled-clients per project instead.

eddieh commented 4 years ago

I'll take a look at lsp-enabled-clients. I wonder if detecting the .xcodeproj file would be sufficient for picking sourcekit-lsp over clangd? That's what I was going to try in my personal configuration.