Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 488 Bytes

HelixConfiguration.md

File metadata and controls

16 lines (12 loc) · 488 Bytes

Helix Configuration

Helix comes with support for clangd and clang-format out of the box! Refer to ClangdConfiguration for how to configure clangd.

To configure clangd command-line arguments, create a .helix/languages.toml file in the project root:

[language-server.serenity]
command = "clangd"
# clangd arguments, refer to ClangdConfiguration.md for what may be needed.
args = []

[[language]]
name = "cpp"
language-servers = ["serenity"]