helix handles C source better

This commit is contained in:
Emile Clark-Boman 2025-08-31 15:05:02 +10:00
parent f4b4052c30
commit af62453ef7

View file

@ -131,6 +131,8 @@
}
{
name = "c";
file-types = ["c" "h"]; # use .hpp for C++
auto-format = false;
formatter.command = "${pkgs.clang-tools}/bin/clang-format";
language-servers = ["clangd"];
}