lsp-sourcekit
lsp-sourcekit copied to clipboard
Add support for C-famaily languages
Add support for C-family languages and did some cosmetic cleanup to match lsp-clangd.
Instead of tweaking client priorities (which are not meant to be configurable per project), we can suggest configuring lsp-enabled-clients
per project instead.
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.