added fish to neovim image

This commit is contained in:
Wyatt J. Miller 2024-05-08 07:53:59 -04:00
parent 61d966b65e
commit eaefe9d8c3

View File

@ -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??)