Skip to content

Commit e3b4926

Browse files
authored
Merge pull request #28 from QuantumVim/14-feat-configure-structlog-properly-as-quantumvim-dependency
fix(#14): install script
2 parents bd7fa37 + b92ec38 commit e3b4926

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/installer/install.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ declare -xr NVIM_APPNAME="${NVIM_APPNAME:-"qvim"}"
1010

1111
#Set branch to master unless specified by the user
1212
declare -x QV_BRANCH="${QV_BRANCH:-"main"}"
13-
declare -xr QV_REMOTE="${QV_REMOTE:-quantumfate/qvim.git}"
13+
declare -xr QV_REMOTE="${QV_REMOTE:-"quantumfate/qvim.git"}"
1414
declare -xr INSTALL_PREFIX="${INSTALL_PREFIX:-"$HOME/.local"}"
1515

1616
declare -xr XDG_DATA_HOME="${XDG_DATA_HOME:-"$HOME/.local/share"}"
@@ -26,8 +26,8 @@ declare -xr QUANTUMVIM_CONFIG_DIR="${QUANTUMVIM_CONFIG_DIR:-"$XDG_CONFIG_HOME/$N
2626
declare -xr QUANTUMVIM_LOG_DIR="${QUANTUMVIM_LOG_DIR:-"$XDG_LOG_HOME/$NVIM_APPNAME"}"
2727
declare -xr QUANTUMVIM_LOG_LEVEL="${QUANTUMVIM_LOG_LEVEL:-warn}"
2828

29-
declare -xr QUANTUMVIM_PACK_DIR="${QUANTUMVIM_RTP_DIR}/after/pack/lazy/opt"
30-
declare -xr QUANTUMVIM_STRUCTLOG_DIR="${QUANTUMVIM_PACK_DIR}/structlog"
29+
declare -xr QUANTUMVIM_PACK_DIR="${QUANTUMVIM_PACK_DIR:-"${QUANTUMVIM_RTP_DIR}/after/pack/lazy/opt"}"
30+
declare -xr QUANTUMVIM_STRUCTLOG_DIR="${QUANTUMVIM_STRUCTLOG_DIR:-"${QUANTUMVIM_PACK_DIR}/structlog"}"
3131

3232
declare -xir QV_FIRST_TIME_SETUP=1
3333

0 commit comments

Comments
 (0)