verify_plugins.sh 290 B

12345678910
  1. #!/usr/bin/env bash
  2. set -e
  3. BASEDIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
  4. BASEDIR="$(dirname -- "$(dirname -- "$BASEDIR")")"
  5. LUNARVIM_BASE_DIR="${LUNARVIM_BASE_DIR:-"$BASEDIR"}"
  6. lvim --headless \
  7. -c "luafile ${LUNARVIM_BASE_DIR}/utils/ci/verify_plugins.lua"