From eaefe9d8c319a4f0fdc42c3e2da8450de95d0d5e Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Wed, 8 May 2024 07:53:59 -0400 Subject: [PATCH] added fish to neovim image --- specialty-containers/neovim/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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??)