Skip to content

Commit

Permalink
Update installer workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumfate committed Apr 23, 2024
1 parent 430f93c commit 5223d38
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions utils/installer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,7 @@ function check_system_deps() {
fi

if ! command -v rg &>/dev/null; then
print_missing_dep_msg "${ripgrep_pkg}"
msg "\033[0;32mWarning: Missing dependency Ripgrep\033[0m"
msg "[WARN] Missing dependency $ripgrep_pkg"
fi
check_neovim_min_version
}
Expand Down Expand Up @@ -539,8 +538,8 @@ function main() {

remove_old_cache_files
verify_qvim_dirs
clone_plugins
clone_qvim
clone_plugins
setup_qvim

msg "$ADDITIONAL_WARNINGS"
Expand Down

0 comments on commit 5223d38

Please sign in to comment.