Add vim-templates to submodule to allow for easier/faster post creation.

This commit is contained in:
Bill Niblock 2015-07-08 14:29:51 -04:00
parent dd96f73ff3
commit f7ebf203eb
2 changed files with 16 additions and 12 deletions

27
.gitmodules vendored
View file

@ -1,18 +1,21 @@
[submodule "vim/vim/bundle/vim-fugitive"] [submodule "vim/vim/bundle/vim-fugitive"]
path = vim/vim/bundle/vim-fugitive path = vim/vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive url = https://github.com/tpope/vim-fugitive
[submodule "vim/vim/bundle/vim-airline"] [submodule "vim/vim/bundle/vim-airline"]
path = vim/vim/bundle/vim-airline path = vim/vim/bundle/vim-airline
url = https://github.com/bling/vim-airline url = https://github.com/bling/vim-airline
[submodule "vim/vim/bundle/vim-sneak"] [submodule "vim/vim/bundle/vim-sneak"]
path = vim/vim/bundle/vim-sneak path = vim/vim/bundle/vim-sneak
url = https://github.com/justinmk/vim-sneak url = https://github.com/justinmk/vim-sneak
[submodule "vim/vim/bundle/vim-pathogen"] [submodule "vim/vim/bundle/vim-pathogen"]
path = vim/vim/bundle/vim-pathogen path = vim/vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen url = https://github.com/tpope/vim-pathogen
[submodule "vim/vim/bundle/vim-vinegar"] [submodule "vim/vim/bundle/vim-vinegar"]
path = vim/vim/bundle/vim-vinegar path = vim/vim/bundle/vim-vinegar
url = https://github.com/tpope/vim-vinegar url = https://github.com/tpope/vim-vinegar
[submodule "dotbot"] [submodule "dotbot"]
path = dotbot path = dotbot
url = https://github.com/anishathalye/dotbot url = https://github.com/anishathalye/dotbot
[submodule "vim/vim/bundle/vim-templates"]
path = vim/vim/bundle/vim-templates
url = https://github.com/ap/vim-templates.git

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