summarylogtreecommitdiffstats
path: root/lvim
blob: 623b252711d58bb931499b011e809ccb35fae5ab (plain)
1
2
3
4
5
6
7
#!/bin/sh

export LUNARVIM_RUNTIME_DIR="${LUNARVIM_RUNTIME_DIR:-$HOME/.local/share/lunarvim}"
export LUNARVIM_CONFIG_DIR="${LUNARVIM_CONFIG_DIR:-$HOME/.config/lvim}"


exec nvim -u "$LUNARVIM_RUNTIME_DIR/lvim/init.lua" "$@"