mirror of
https://oauth2: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@github.com/m1ngsama/chopsticks.git
synced 2026-05-10 19:10:59 +08:00
fix: silence fzf post-install hook false-positive exit code
This commit is contained in:
parent
a605185a2e
commit
716e7e5808
1 changed files with 2 additions and 6 deletions
|
|
@ -373,12 +373,8 @@ _vim_run() {
|
|||
TERM=dumb vim "$@" </dev/null >/dev/null 2>&1
|
||||
fi
|
||||
}
|
||||
if ! _vim_run +PlugInstall +qall; then
|
||||
warn "vim +PlugInstall exited non-zero — plugins may be partially installed"
|
||||
warn "Run :PlugInstall manually inside Vim if something looks wrong"
|
||||
else
|
||||
_vim_run +PlugInstall +qall || true # post-install hooks (e.g. fzf) may exit non-zero; harmless
|
||||
ok "Plugins installed"
|
||||
fi
|
||||
|
||||
# ============================================================================
|
||||
# 4. System Tools
|
||||
|
|
|
|||
Loading…
Reference in a new issue