Skip to content

Commit 33709ce

Browse files
binarypieclaude
andcommitted
Add just command runner to Neovim container (#55)
## Summary Added the `just` command runner to the Homebrew packages installed in the Neovim container. ## Changes - Added `just` to the list of Homebrew packages in the container build configuration - `just` is a handy way to save and run project-specific commands, similar to `make` but with a more modern syntax ## Details The `just` tool is being added alongside other utility tools like `eza`, `bat`, `yq`, and `jq` in the container's Layer 3 (Homebrew utilities). This provides developers with access to command runners within the containerized Neovim environment. Co-authored-by: Claude <noreply@anthropic.com>
1 parent dae6db3 commit 33709ce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dot_files/nvim/Containerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ RUN brew install \
9292
jq \
9393
yq \
9494
bat \
95-
eza
95+
eza \
96+
just
9697

9798
# =============================================================================
9899
# LAYER 4: Languages via Homebrew

0 commit comments

Comments
 (0)