sourcegraph / lsp-adapter

lsp-adapter provides a proxy which adapts Sourcegraph LSP requests to vanilla LSP requests
MIT License
29 stars 8 forks source link

Add cpp support #30

Closed keegancsmith closed 6 years ago

keegancsmith commented 6 years ago

Via https://clang.llvm.org/extra/clangd.html using prebuilt binaries from https://github.com/Chilledheart/vim-clangd

Requires didOpen hack