vim updates

This commit is contained in:
Pin Straw
2026-05-25 16:08:43 -04:00
parent cc6037a945
commit 79a96e3486
2 changed files with 8 additions and 2 deletions

View File

@@ -1,7 +1,11 @@
export zig_version := "master"
hello-world:
echo "Hello World"
default:
@just --list
check-vimrc:
#!/usr/bin/env bash
diff -u .vimrc ~/.vimrc || echo "Local file has updates"
# Full zig install
setup-zig: setup-zig-lib setup-zig-path setup-zls