updated workspace settings and some scripts

This commit is contained in:
2026-04-01 21:53:38 +01:00
parent a0e9244d6a
commit 3dfaab4865
9 changed files with 70 additions and 1 deletions
+6
View File
@@ -10,6 +10,12 @@
"command": "clippy" // rust-analyzer.check.command (default: "check")
}
}
},
"nu": {
"binary": {
"path": "/home/fantasypvp/.cargo/bin/nu",
"arguments": ["--lsp"]
}
}
}
}