feat: Add git-changes script
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user