Skip to content

Commit

Permalink
Merge pull request #27 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 e1744bc + af105d6 commit bd7fa37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/installer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ 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_DATA_PROFILE}/after/pack/lazy/opt"
declare -xr QUANTUMVIM_PACK_DIR="${QUANTUMVIM_RTP_DIR}/after/pack/lazy/opt"
declare -xr QUANTUMVIM_STRUCTLOG_DIR="${QUANTUMVIM_PACK_DIR}/structlog"

declare -xir QV_FIRST_TIME_SETUP=1
Expand Down Expand Up @@ -274,7 +274,7 @@ function verify_qvim_dirs() {
}

function clone_qvim() {
msg "Cloning LunarVim configuration"
msg "Cloning QuantumVim configuration"

if [ "$USE_SSH" -eq 0 ]; then

Expand Down

0 comments on commit bd7fa37

Please sign in to comment.