Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
/ lapce-cpp-clangd Public archive

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

License

Notifications You must be signed in to change notification settings

panekj/lapce-cpp-clangd

Repository files navigation

C/C++ (clangd) for Lapce

Configuration

In settings.toml:

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

Platforms

Plugin will automatically download clangd for below architectures

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