checkhealth adjustements
All checks were successful
Build neovim image / build-neovim-amd64 (push) Successful in 5m56s
Build neovim image / build-neovim-arm64 (push) Successful in 28m31s
Build neovim image / update-images-manifest (push) Successful in 17s

This commit is contained in:
Maciej Lebiest 2025-06-23 15:55:55 +02:00 committed by Maciej Lebiest
parent 558edd0f65
commit 9f2c4dcda7
3 changed files with 5 additions and 2 deletions

View file

@ -5,6 +5,7 @@ ENV LANG="C.UTF-8"
ENV LC_ALL="C.UTF-8"
# libicu - for marksman linter
# ripgrep and fd-find for telescope
ENV NEOVIM_PKGS="\
wget \
unzip \
@ -12,6 +13,7 @@ ENV NEOVIM_PKGS="\
git-lfs \
neovim \
ripgrep \
fd-find \
npm \
ShellCheck \
tree-sitter-cli \