diff --git a/specialty-containers/neovim/Containerfile b/specialty-containers/neovim/Containerfile index e2fe9f5..b6bcb1c 100644 --- a/specialty-containers/neovim/Containerfile +++ b/specialty-containers/neovim/Containerfile @@ -16,7 +16,7 @@ LABEL com.github.containers.toolbox="true" \ # Install Neovim and what's needed for the AstroNVim distribution RUN dnf copr enable atim/bottom -y -RUN dnf install neovim ripgrep cargo nodejs npm bottom python lua -y -q +RUN dnf install neovim ripgrep cargo nodejs npm bottom python lua fish -y -q RUN cargo install tree-sitter-cli # Install lazygit (don't you know??)