Browse Source

Add vim-plug installation to install script

Frans Bergman 5 năm trước cách đây
mục cha
commit
fb3f5c383b
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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