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
- Host: GitHub
- URL: https://github.com/panekj/lapce-cpp-clangd
- Owner: panekj
- License: apache-2.0
- Archived: true
- Created: 2022-06-25T13:19:27.000Z (almost 4 years ago)
- Default Branch: volt
- Last Pushed: 2024-01-26T13:28:29.000Z (about 2 years ago)
- Last Synced: 2025-04-20T00:52:50.113Z (11 months ago)
- Topics: cpp, lapce, lapce-plugin, lapce-volt, lsp, volt
- Language: Rust
- Homepage:
- Size: 1.35 MB
- Stars: 18
- Watchers: 1
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 | ✔️ | ❌ |