backup
This commit is contained in:
parent
2d677a19ac
commit
e3453b0a87
20 changed files with 668 additions and 274 deletions
|
|
@ -196,6 +196,10 @@ in {
|
|||
formatter.command = "${pkgs.clang-tools}/bin/clang-format";
|
||||
language-servers = ["clangd"];
|
||||
}
|
||||
{
|
||||
name = "cpp";
|
||||
file-types = ["cc" "hh" "cpp" "hpp" "cxx" "hxx"];
|
||||
}
|
||||
{
|
||||
name = "haskell";
|
||||
auto-format = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue