feat: Add git-changes script

This commit is contained in:
demenik
2025-12-02 17:49:43 +01:00
parent dc36bc62d5
commit 0258dd59b1
5 changed files with 153 additions and 34 deletions

View File

@@ -111,6 +111,14 @@
rust_analyzer = {
enable = true;
packageFallback = true;
config.rust-analyzer = {
procMacro.enable = true;
check = {
command = "clippy";
allTargets = false;
};
cargo.allFeatures = true;
};
};
clangd.enable = true;
cmake.enable = true;