Skip to content

Commit

Permalink
Merge pull request #28 from QuantumVim/14-feat-configure-structlog-pr…
Browse files Browse the repository at this point in the history
…operly-as-quantumvim-dependency

fix(#14): install script
  • Loading branch information
quantumfate authored Aug 22, 2023
2 parents bd7fa37 + b92ec38 commit e3b4926
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/installer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ declare -xr NVIM_APPNAME="${NVIM_APPNAME:-"qvim"}"

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

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

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

declare -xir QV_FIRST_TIME_SETUP=1

Expand Down

0 comments on commit e3b4926

Please sign in to comment.