Add vim-templates to submodule to allow for easier/faster post creation.
This commit is contained in:
parent
dd96f73ff3
commit
f7ebf203eb
2 changed files with 16 additions and 12 deletions
27
.gitmodules
vendored
27
.gitmodules
vendored
|
@ -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
|
||||
|
|
1
vim/vim/bundle/vim-templates
Submodule
1
vim/vim/bundle/vim-templates
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit d3682469538340454d1e11d143735683cc75a13a
|
Loading…
Reference in a new issue