Browse Source

Fixed modules, maybe

Fred Damstra (Macbook 2015) 2 years ago
parent
commit
28ef7930cd
4 changed files with 13 additions and 2 deletions
  1. 5 1
      .gitignore
  2. 3 0
      .gitmodules
  3. 1 0
      .vim/bundle/Vundle.vim
  4. 4 1
      README.md

+ 5 - 1
.gitignore

@@ -1,4 +1,8 @@
 .vim/.netrwhist
-.vim/bundle/Vundle.vim
+#.vim/bundle/Vundle.vim
 .vim/autoload/
 .vim/plugged/
+.vim/bundle/indentpython.vim/
+.vim/bundle/salt-vim/
+.vim/bundle/syntastic/
+.vim/bundle/vim-terraform/

+ 3 - 0
.gitmodules

@@ -0,0 +1,3 @@
+[submodule ".vim/bundle/Vundle.vim"]
+	path = .vim/bundle/Vundle.vim
+	url = https://github.com/gmarik/Vundle.vim.git

+ 1 - 0
.vim/bundle/Vundle.vim

@@ -0,0 +1 @@
+Subproject commit b255382d6242d7ea3877bf059d2934125e0c4d95

+ 4 - 1
README.md

@@ -5,4 +5,7 @@ These are my environment scripts (bash, vim, etc).
 Also, my method of refreshing my skills on a couple
 things. Really, nothing to see here.
 
-After cloning, start vim, and run `:PluginInstall`
+After cloning, run:
+```
+vim +PluginInstall +qall
+```