summarylogtreecommitdiffstats
path: root/script.sh
diff options
context:
space:
mode:
authorswz-git2022-09-13 00:22:44 +0200
committerswz-git2022-09-13 00:30:48 +0200
commitb40e7be8218415b6351ecfa9b58ab34fdacafcb3 (patch)
tree36f069bc1d4dd2b0139f104e53d4ef83ed5b989f /script.sh
downloadaur-b40e7be8218415b6351ecfa9b58ab34fdacafcb3.tar.gz
init
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