summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2019-02-16 18:19:58 -0800
committerMike Crute <mike@crute.us>2019-02-16 18:19:58 -0800
commitfb39a496b957f36853fdab1b326b76e513f498f5 (patch)
tree2ed72a88da3297e4a7f2ac142133af4496ce3c4b /.gitmodules
parent53a23e256a5958c2e9edd49391978c2c4f4fc848 (diff)
downloaddotfiles-fb39a496b957f36853fdab1b326b76e513f498f5.tar.bz2
dotfiles-fb39a496b957f36853fdab1b326b76e513f498f5.tar.xz
dotfiles-fb39a496b957f36853fdab1b326b76e513f498f5.zip
Fix vim submodules
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules18
1 files changed, 9 insertions, 9 deletions
diff --git a/.gitmodules b/.gitmodules
index 488f9d1..7a2202f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,15 +1,6 @@
1[submodule ".vim/bundle/vim-commentary"] 1[submodule ".vim/bundle/vim-commentary"]
2 path = .vim/bundle/vim-commentary 2 path = .vim/bundle/vim-commentary
3 url = https://github.com/tpope/vim-commentary.git 3 url = https://github.com/tpope/vim-commentary.git
4[submodule ".vim/bundle/vim-rails"]
5 path = .vim/bundle/vim-rails
6 url = https://github.com/tpope/vim-rails.git
7[submodule ".vim/bundle/vim-rake"]
8 path = .vim/bundle/vim-rake
9 url = https://github.com/tpope/vim-rake.git
10[submodule ".vim/bundle/vim-ruby"]
11 path = .vim/bundle/vim-ruby
12 url = https://github.com/vim-ruby/vim-ruby.git
13[submodule ".vim/bundle/vim-puppet"] 4[submodule ".vim/bundle/vim-puppet"]
14 path = .vim/bundle/vim-puppet 5 path = .vim/bundle/vim-puppet
15 url = https://github.com/rodjek/vim-puppet.git 6 url = https://github.com/rodjek/vim-puppet.git
@@ -37,3 +28,12 @@
37[submodule ".vim/bundle/vim-toml"] 28[submodule ".vim/bundle/vim-toml"]
38 path = .vim/bundle/vim-toml 29 path = .vim/bundle/vim-toml
39 url = https://github.com/cespare/vim-toml.git 30 url = https://github.com/cespare/vim-toml.git
31[submodule ".vim/bundle/vim-rake"]
32 path = .vim/bundle/vim-rake
33 url = https://github.com/tpope/vim-rake.git
34[submodule ".vim/bundle/vim-rails"]
35 path = .vim/bundle/vim-rails
36 url = https://github.com/tpope/vim-rails.git
37[submodule ".vim/bundle/vim-ruby"]
38 path = .vim/bundle/vim-ruby
39 url = https://github.com/vim-ruby/vim-ruby.git