diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-18 23:56:20 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-18 23:56:20 +0900 |
| commit | 72ef788d103bb0f5329a685b83314114ab64ee68 (patch) | |
| tree | 5f5c726467a050135023299accefd629789e2965 | |
| parent | a11384067ef0626da86f0cebcff7700ea7586b58 (diff) | |
note remove for nvim or vim not set
| -rwxr-xr-x | copy.sh | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -276,10 +276,6 @@ if [[ "$EDITOR_SET" -eq 0 ]] && command -v vim &> /dev/null; then fi fi -if [[ "$EDITOR_SET" -eq 0 ]]; then - echo "${YELLOW} Neither neovim nor vim is installed or selected as default." 2>&1 | tee -a "$LOG" -fi - printf "\n" # Action to do for better appearance |
