feat: Added table viewer.

This commit is contained in:
2026-05-31 15:39:38 -04:00
committed by Spencer Brower
parent acbda090d7
commit 681931fb3b
5 changed files with 425 additions and 14 deletions

3
.envrc
View File

@@ -1,3 +1,4 @@
use flake
export PATH=".:/home/spencer/github.com/envr-zig/deps/zig:/home/spencer/github.com/envr-zig/deps/zls:$PATH"
ROOT="/home/spencer/Desktop/envr"
export PATH=".:${ROOT}/deps/zig:${ROOT}/deps/zls:$PATH"