#!/bin/sh LUNARVIM_RUNTIME_DIR=${LUNARVIM_RUNTIME_DIR:-"$HOME/.local/share/lunarvim"} exec nvim -u "$LUNARVIM_RUNTIME_DIR"/lvim/init.lua "$@"