瀏覽代碼

Install Vundle during dev installation

DricomDragon 5 年之前
父節點
當前提交
f0516aa60f
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Install/dev-install

+ 3 - 0
Install/dev-install

@@ -3,3 +3,6 @@
 # Programs for software development
 sudo apt install git vim bat
 
+# Install Vim plugin manager
+mkdir --parents ~/.vim/bundle/Vundle.vim
+git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim