Commit 33709ce
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
0 commit comments