From aa9dfca6c1e4099d7ec9da1b35f28b71d389fab1 Mon Sep 17 00:00:00 2001 From: Pallav Vasa Date: Tue, 20 May 2025 08:52:50 +0000 Subject: [PATCH] feat: add package rust-analyzer --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 0964c71..d9cbbe6 100644 --- a/Containerfile +++ b/Containerfile @@ -11,7 +11,7 @@ ARG DEV_GID=1001 RUN pacman -Sy --noconfirm && \ pacman -S --noconfirm --needed \ base-devel neovim git git-lfs fish tmux go-yq rust starship \ - nodejs python fzf fd ripgrep jdk-openjdk fisher yazi less \ + nodejs python fzf fd ripgrep jdk-openjdk fisher yazi less rust-analyzer \ lazygit luarocks python-pynvim npm bash-completion tree-sitter-cli kitty-terminfo \ lua51 openssh fortune-mod && \ pacman -Scc --noconfirm && \