Files
u.nvim/scripts/env.sh
Jonathan Apodaca 9199a9bc3a
Some checks failed
ci / ci (push) Failing after 3m39s
convert to mise
2026-02-07 19:10:26 -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)