浏览代码

Using installer from tazdij fork of dein.vim

Donald Duvall 2 年之前
父节点
当前提交
96f6efd22d
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      ubuntu-vim.sh

+ 2 - 3
ubuntu-vim.sh

@@ -10,9 +10,8 @@
 sudo apt update && sudo apt install -y git vim curl
 sudo apt update && sudo apt install -y git vim curl
 
 
 # We need to obtain and run the dein install
 # We need to obtain and run the dein install
-#curl https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh > installer.sh  # OLD Install from main (Main has new install procedure)
-#curl https://raw.githubusercontent.com/Shougo/dein.vim/release/bin/installer.sh > installer.sh
-curl https://raw.githubusercontent.com/Shougo/dein-installer.vim/main/installer.sh > installer.sh
+# We now install from our own fork of dein (to continue using the older version, and installer)
+curl https://raw.githubusercontent.com/tazdij/dein.vim/2.2/bin/installer.sh > installer.sh
 
 
 # Run installer and clean installer file
 # Run installer and clean installer file
 sh ./installer.sh ~/.cache/dein; rm ./installer.sh
 sh ./installer.sh ~/.cache/dein; rm ./installer.sh