ソースを参照

Add vim-plug installation to install script

Frans Bergman 5 年 前
コミット
fb3f5c383b
1 ファイル変更4 行追加0 行削除
  1. 4 0
      install.sh

+ 4 - 0
install.sh

@@ -14,6 +14,10 @@ do
     ln -s $(realpath $f) ~/
 done
 
+fancy_print "Installing vim-plug"
+curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
+        https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
+
 fancy_print "Sourcing .profile and .aliases"
 . ./.profile
 . ./.aliases