diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-09 12:41:47 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-09 12:41:47 -0600 |
| commit | 7744d17d03926a59f13a998a07bd09c673d40a67 (patch) | |
| tree | b124d62b7d435e19ac0539b088b1083e30ae63c8 | |
| parent | f160106ceaaeb4bca1f9bc3976d875429430dd44 (diff) | |
chore: install rust-analyzer for vim lsp support
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ IMAGE_TAG := $(PROJECT_NAME):$(GIT_BRANCH) setup: mise install mise exec go -- go install github.com/xlgmokha/minit@latest - mise exec rust -- rustup component add clippy rustfmt + mise exec rust -- rustup component add clippy rustfmt rust-analyzer mise exec rust -- cargo install --locked cedar-policy-cli # Cargo targets |
