diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 08a701f..c059701 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" } } }