"npm--noconfirm" => "npm --noconfirm"
This commit is contained in:
parent
796e55826e
commit
24aadaf193
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# install vim, nodejs and npm (dependencies for coc.nvim)
|
||||
sudo pacman -S vim nodejs npm--noconfirm
|
||||
sudo pacman -S vim nodejs npm --noconfirm
|
||||
|
||||
# setup vim-plug
|
||||
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||
|
Loading…
x
Reference in New Issue
Block a user