mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
This makes them a bit easier to find, and also stops them cluttering up the main documentation.
407 B
407 B
Helix Configuration
Helix comes with support for clangd and clang-format out of the box! However, you also need to configure the clangd server to not insert headers improperly. To do this, create a .helix/languages.toml file in the project root:
[language-server.ladybird]
command = "clangd"
args = ["--header-insertion=never"]
[[language]]
name = "cpp"
language-servers = ["ladybird"]