summarylogtreecommitdiffstats
path: root/script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'script.sh')
-rw-r--r--script.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/script.sh b/script.sh
new file mode 100644
index 000000000000..b08e4469b028
--- /dev/null
+++ b/script.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+export LUNARVIM_CONFIG_DIR="${LUNARVIM_CONFIG_DIR:-$HOME/.config/lvim}"
+export LUNARVIM_RUNTIME_DIR="${LUNARVIM_RUNTIME_DIR:-$HOME/.local/share/lunarvim}"
+export LUNARVIM_CACHE_DIR="${LUNARVIM_CACHE_DIR:-$HOME/.cache/lvim}"
+
+exec neovide -- -u "$LUNARVIM_RUNTIME_DIR/lvim/init.lua" "$@" \ No newline at end of file