Remove Neovim from update.sh

This commit is contained in:
Sam A. 2023-05-11 20:04:30 +02:00
parent f3338f96bc
commit 27e821c0cc
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ command -v npm >/dev/null 2>&1 &&
{ npm update --location="global"; echo; }
command -v rustup >/dev/null 2>&1 &&
{ rustup update; echo; }
command -v nvim >/dev/null 2>&1 &&
{ nvim --headless +PlugUpdate +PlugUpgrade +qa; echo "\n"; }
command -v docker >/dev/null 2>&1 && [ -n "$(sudo docker images -q 2>/dev/null)" ] &&
{ sudo sh -c "docker images |
awk '(NR>1) && (\$2!~/none/) {print \$1\":\"\$2}' |