Jelajahi Sumber

added cloning of plugins to setup-vim.sh
removed creation of folder for ctrl-p plugin, since I won't use it
anymore

bananicorn 6 tahun lalu
induk
melakukan
fdfb970cf0
1 mengubah file dengan 7 tambahan dan 1 penghapusan
  1. 7 1
      setup-vim.sh

+ 7 - 1
setup-vim.sh

@@ -1,7 +1,13 @@
 #!/bin/bash
 cp .vimrc ~/.vimrc
 mkdir ~/.vim
-mkdir ~/.vim/bundle #this is for Ctrl-P
 mkdir ~/.vim/plugin
 mkdir ~/.vim/undofiles
 mkdir ~/.vim/swapfiles
+mkdir ~/.vim/sessions
+
+#install all the plugins
+cd ~/.vim/plugin
+git clone "https://github.com/scrooloose/nerdcommenter"
+git clone "https://github.com/wesQ3/vim-windowswap"
+git clone "https://github.com/editorconfig/editorconfig-vim"