summaryrefslogtreecommitdiff
path: root/utils/bin/lvim
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2021-09-13 11:10:07 +0200
committerGitHub <[email protected]>2021-09-13 11:10:07 +0200
commitfcb764cd638ddffbe96228c6b3b1b8e0d40dbb23 (patch)
treebb24c5a66ac390fff0d8f86bd1c07bd47f43b371 /utils/bin/lvim
parente93c6abab7d9fb3885cb53310d840204ff6ffc01 (diff)
refactor(ci): better path handling (#1531)
Diffstat (limited to 'utils/bin/lvim')
-rw-r--r--utils/bin/lvim2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/bin/lvim b/utils/bin/lvim
index 2303be3c..e4cd9c75 100644
--- a/utils/bin/lvim
+++ b/utils/bin/lvim
@@ -1,6 +1,6 @@
#!/bin/sh
export LUNARVIM_RUNTIME_DIR="${LUNARVIM_RUNTIME_DIR:-$HOME/.local/share/lunarvim}"
-export LUNARVIM_CONFIG_DIR="${LUNARVIM_RUNTIME_DIR:-$HOME/.config/lvim}"
+export LUNARVIM_CONFIG_DIR="${LUNARVIM_CONFIG_DIR:-$HOME/.config/lvim}"
exec nvim -u "$LUNARVIM_RUNTIME_DIR/lvim/init.lua" "$@"