Parcourir la source

Install Vundle during dev installation

DricomDragon il y a 5 ans
Parent
commit
f0516aa60f
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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