Added DAP and created dedicated configuration for Rust

This commit is contained in:
Fred Drake
2024-10-01 00:07:49 -04:00
parent 3ceedb1f26
commit 32d294cd9e
8 changed files with 285 additions and 23 deletions
-7
View File
@@ -176,7 +176,6 @@ in { pkgs, ... }: {
nix = [ "nixfmt" ];
python = [ "black" ];
ruby = [ "rubyfmt" ];
rust = [ "rustfmt" ];
terraform = [ "tofu_fmt" ];
tf = [ "tofu_fmt" ];
typescript = [ "prettier" ];
@@ -243,11 +242,5 @@ in { pkgs, ... }: {
omnisharp.enable = true;
};
};
rustaceanvim = {
enable = true;
settings = { tools.enable_clippy = true; };
};
# rust-tools.enable = true;
};
}