Merge pull request #92 from bfredl/clangd
LSP: add clangd as server for c/c++
This commit is contained in:
commit
abe8a83d8e
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,7 @@ injection-regex = "c"
|
|||
file-types = ["c"] # TODO: ["h"]
|
||||
roots = []
|
||||
|
||||
language-server = { command = "clangd" }
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
|
||||
[[language]]
|
||||
|
@ -51,6 +52,7 @@ injection-regex = "cpp"
|
|||
file-types = ["cc", "cpp", "hpp", "h"]
|
||||
roots = []
|
||||
|
||||
language-server = { command = "clangd" }
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
|
||||
[[language]]
|
||||
|
|
Loading…
Reference in a new issue