Files
u.nvim/scripts/env.sh
Jonathan Apodaca ea56f380e7
Some checks failed
ci / ci (push) Failing after 23s
convert to mise
2026-01-18 21:53:30 -07:00

7 lines
158 B
Bash

#!/usr/bin/env bash
export PREFIX="$(pwd)/.prefix"
export VIMRUNTIME="$(nvim -u NORC --headless +'echo $VIMRUNTIME' +'quitall' 2>&1)"
eval $(luarocks path)