An open API service indexing awesome lists of open source software.

https://github.com/panekj/lapce-cpp-clangd

C/C++ LSP plugin based on clangd for Lapce
https://github.com/panekj/lapce-cpp-clangd

cpp lapce lapce-plugin lapce-volt lsp volt

Last synced: 11 months ago
JSON representation

C/C++ LSP plugin based on clangd for Lapce

Awesome Lists containing this project

README

          

# C/C++ (clangd) for Lapce

## Configuration

In `settings.toml`:

```toml
[lapce-cpp-clangd.volt]
clangdVersion = "15.0.0" # git tag from https://github.com/clangd/clangd
serverPath = ""
serverArgs = [
#custom args
]
```

## Platforms

Plugin will automatically download `clangd` for below architectures

| Platform | x86_64 (amd64) | aarch64 (arm64) |
| -------- | -------------- | --------------- |
| Linux | ✔️ | ❌ |
| Windows | ✔️ | ❌ |
| macOS | ✔️ | ❌ |