Ver Fonte

Install Vundle during dev installation

DricomDragon há 5 anos atrás
pai
commit
f0516aa60f
1 ficheiros alterados com 3 adições e 0 exclusões
  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