Skip to content

Commit

Permalink
chore(devcontainer): add rust-analyzer (#22)
Browse files Browse the repository at this point in the history
This PR ensures that:

1. `rust-analyzer` is included for the LSP in neovim
2. node / npm is available for the HTML / CSS LSP in neovim
  • Loading branch information
mfw78 authored Dec 6, 2024
1 parent 4f3f960 commit f7b293b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"ghcr.io/duduribeiro/devcontainer-features/neovim:1": {},
"ghcr.io/duduribeiro/devcontainer-features/tmux:1": {},
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/nlordell/features/foundry": {}
},
"customizations": {
Expand All @@ -29,6 +30,7 @@
]
}
},
"postCreateCommand": "/usr/local/cargo/bin/rustup component add rust-analyzer",
"runArgs": [
"--network=host"
]
Expand Down

0 comments on commit f7b293b

Please sign in to comment.