summarylogtreecommitdiffstats
path: root/lvim
diff options
context:
space:
mode:
Diffstat (limited to 'lvim')
-rwxr-xr-xlvim1
1 files changed, 1 insertions, 0 deletions
diff --git a/lvim b/lvim
index 623b252711d5..4d199316ff5e 100755
--- a/lvim
+++ b/lvim
@@ -2,6 +2,7 @@
export LUNARVIM_RUNTIME_DIR="${LUNARVIM_RUNTIME_DIR:-$HOME/.local/share/lunarvim}"
export LUNARVIM_CONFIG_DIR="${LUNARVIM_CONFIG_DIR:-$HOME/.config/lvim}"
+export LUNARVIM_CACHE_DIR="${LUNARVIM_CACHE_DIR:-$HOME/.cache/lvim}"
exec nvim -u "$LUNARVIM_RUNTIME_DIR/lvim/init.lua" "$@"