Some checks failed
ci / ci (push) Failing after 3h8m23s
- range: extmarks/tsquery - mise for dev env - get rid of obsolete modules - implement as single file module
7 lines
158 B
Bash
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)
|