File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ declare -xr NVIM_APPNAME="${NVIM_APPNAME:-"qvim"}"
10
10
11
11
# Set branch to master unless specified by the user
12
12
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" } "
14
14
declare -xr INSTALL_PREFIX=" ${INSTALL_PREFIX:- " $HOME /.local" } "
15
15
16
16
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
26
26
declare -xr QUANTUMVIM_LOG_DIR=" ${QUANTUMVIM_LOG_DIR:- " $XDG_LOG_HOME /$NVIM_APPNAME " } "
27
27
declare -xr QUANTUMVIM_LOG_LEVEL=" ${QUANTUMVIM_LOG_LEVEL:- warn} "
28
28
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" } "
31
31
32
32
declare -xir QV_FIRST_TIME_SETUP=1
33
33
You can’t perform that action at this time.
0 commit comments