Skip to content

Commit

Permalink
Merge pull request helix-editor#92 from bfredl/clangd
Browse files Browse the repository at this point in the history
LSP: add clangd as server for c/c++
  • Loading branch information
archseer authored Jun 3, 2021
2 parents a05fb95 + 0e6f007 commit abe8a83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ injection-regex = "c"
file-types = ["c"] # TODO: ["h"]
roots = []

language-server = { command = "clangd" }
indent = { tab-width = 2, unit = " " }

[[language]]
Expand All @@ -51,6 +52,7 @@ injection-regex = "cpp"
file-types = ["cc", "cpp", "hpp", "h"]
roots = []

language-server = { command = "clangd" }
indent = { tab-width = 2, unit = " " }

[[language]]
Expand Down

0 comments on commit abe8a83

Please sign in to comment.