Files
u.nvim/scripts/env.sh
Jonathan Apodaca 63c920dbf1
Some checks failed
ci / ci (push) Failing after 3h8m23s
v3
- range: extmarks/tsquery
- mise for dev env
- get rid of obsolete modules
- implement as single file module
2026-04-08 22:44:45 -06: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)