updated submodules
This commit is contained in:
parent
b1e9aae20d
commit
094575982b
2 changed files with 15 additions and 15 deletions
28
.gitmodules
vendored
28
.gitmodules
vendored
|
@ -1,21 +1,21 @@
|
|||
[submodule ".vim/bundle/Airline"]
|
||||
path = .vim/bundle/Airline
|
||||
[submodule "home/.vim/bundle/Airline"]
|
||||
path = home/.vim/bundle/Airline
|
||||
url = https://github.com/bling/vim-airline
|
||||
[submodule ".vim/bundle/GitGutter"]
|
||||
path = .vim/bundle/GitGutter
|
||||
[submodule "home/.vim/bundle/GitGutter"]
|
||||
path = home/.vim/bundle/GitGutter
|
||||
url = git://github.com/airblade/vim-gitgutter.git
|
||||
[submodule ".vim/bundle/NeoComplete"]
|
||||
path = .vim/bundle/NeoComplete
|
||||
[submodule "home/.vim/bundle/NeoComplete"]
|
||||
path = home/.vim/bundle/NeoComplete
|
||||
url = https://github.com/Shougo/neocomplete.vim.git
|
||||
[submodule ".vim/bundle/NeoSnippet"]
|
||||
path = .vim/bundle/NeoSnippet
|
||||
[submodule "home/.vim/bundle/NeoSnippet"]
|
||||
path = home/.vim/bundle/NeoSnippet
|
||||
url = https://github.com/Shougo/neosnippet.vim.git
|
||||
[submodule ".vim/bundle/Pride"]
|
||||
path = .vim/bundle/Pride
|
||||
[submodule "home/.vim/bundle/Pride"]
|
||||
path = home/.vim/bundle/Pride
|
||||
url = https://github.com/lyxell/pride.vim.git
|
||||
[submodule ".vim/bundle/VimSnippets"]
|
||||
path = .vim/bundle/VimSnippets
|
||||
[submodule "home/.vim/bundle/VimSnippets"]
|
||||
path = home/.vim/bundle/VimSnippets
|
||||
url = https://github.com/honza/vim-snippets.git
|
||||
[submodule ".vim/bundle/Syntastic"]
|
||||
path = .vim/bundle/Syntastic
|
||||
[submodule "home/.vim/bundle/Syntastic"]
|
||||
path = home/.vim/bundle/Syntastic
|
||||
url = https://github.com/scrooloose/syntastic.git
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6929f24e45eb0efeb205b652e6eedc684b13f15a
|
||||
Subproject commit edde4c5ed5b1e1117a5f5277539bc7f6e982b2ec
|
Loading…
Add table
Reference in a new issue