lsp-sourcekit icon indicating copy to clipboard operation
lsp-sourcekit copied to clipboard

Add support for C-famaily languages

Open eddieh opened this issue 4 years ago • 2 comments

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

eddieh avatar Aug 20 '20 19:08 eddieh

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

danielmartin avatar Aug 21 '20 08:08 danielmartin

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.

eddieh avatar Aug 23 '20 15:08 eddieh