Skip to content

Commit

Permalink
Update devcontainer.json with zsh plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Ker committed Nov 29, 2024
1 parent 650ebf4 commit 9db7916
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/rust:1": {
"ghcr.io/devcontainers/features/rust:1": {},
"ghcr.io/devcontainers-extra/features/zsh-plugins:0": {
"plugins": "zsh-autosuggestions",
"omzPlugins": "https://github.com/zsh-users/zsh-autosuggestions"
}
}
}

0 comments on commit 9db7916

Please sign in to comment.