From f7ebf203eb451f5a9ad035740ec76c9077bc9d6a Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Wed, 8 Jul 2015 14:29:51 -0400 Subject: [PATCH] Add vim-templates to submodule to allow for easier/faster post creation. --- .gitmodules | 27 +++++++++++++++------------ vim/vim/bundle/vim-templates | 1 + 2 files changed, 16 insertions(+), 12 deletions(-) create mode 160000 vim/vim/bundle/vim-templates diff --git a/.gitmodules b/.gitmodules index 027f15b..5b268ac 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,18 +1,21 @@ [submodule "vim/vim/bundle/vim-fugitive"] - path = vim/vim/bundle/vim-fugitive - url = https://github.com/tpope/vim-fugitive + path = vim/vim/bundle/vim-fugitive + url = https://github.com/tpope/vim-fugitive [submodule "vim/vim/bundle/vim-airline"] - path = vim/vim/bundle/vim-airline - url = https://github.com/bling/vim-airline + path = vim/vim/bundle/vim-airline + url = https://github.com/bling/vim-airline [submodule "vim/vim/bundle/vim-sneak"] - path = vim/vim/bundle/vim-sneak - url = https://github.com/justinmk/vim-sneak + path = vim/vim/bundle/vim-sneak + url = https://github.com/justinmk/vim-sneak [submodule "vim/vim/bundle/vim-pathogen"] - path = vim/vim/bundle/vim-pathogen - url = https://github.com/tpope/vim-pathogen + path = vim/vim/bundle/vim-pathogen + url = https://github.com/tpope/vim-pathogen [submodule "vim/vim/bundle/vim-vinegar"] - path = vim/vim/bundle/vim-vinegar - url = https://github.com/tpope/vim-vinegar + path = vim/vim/bundle/vim-vinegar + url = https://github.com/tpope/vim-vinegar [submodule "dotbot"] - path = dotbot - url = https://github.com/anishathalye/dotbot + path = 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 diff --git a/vim/vim/bundle/vim-templates b/vim/vim/bundle/vim-templates new file mode 160000 index 0000000..d368246 --- /dev/null +++ b/vim/vim/bundle/vim-templates @@ -0,0 +1 @@ +Subproject commit d3682469538340454d1e11d143735683cc75a13a