summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-01-29 10:37:35 +0100
committerFlorian Pritz <bluewind@xinu.at>2014-01-29 10:37:35 +0100
commit72efcdab938b0aa53316f784964d9e971a06b08b (patch)
tree1c43e3f3b5c39484f89c8d385909f0c766a4b46c /.gitmodules
parent5fce5a99ae8e783bca1a8170a1bcf2266a7bdd8c (diff)
downloaddotfiles-72efcdab938b0aa53316f784964d9e971a06b08b.tar.gz
dotfiles-72efcdab938b0aa53316f784964d9e971a06b08b.tar.xz
some new vim modules
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules30
1 files changed, 27 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 09c57ec..f7940bf 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,9 +4,6 @@
[submodule ".vim/bundle/vundle"]
path = .vim/bundle/vundle
url = https://github.com/gmarik/vundle.git
-[submodule ".vim/bundle/YouCompleteMe"]
- path = .vim/bundle/YouCompleteMe
- url = https://github.com/Valloric/YouCompleteMe.git
[submodule ".vim/bundle/unltisnips"]
path = .vim/bundle/unltisnips
url = https://github.com/SirVer/ultisnips.git
@@ -34,3 +31,30 @@
[submodule ".vim/bundle/neocomplete.vim"]
path = .vim/bundle/neocomplete.vim
url = https://github.com/Shougo/neocomplete.vim.git
+[submodule ".vim/bundle/neosnippet.vim"]
+ path = .vim/bundle/neosnippet.vim
+ url = https://github.com/Shougo/neosnippet.vim.git
+[submodule ".vim/bundle/neosnippet-snippets"]
+ path = .vim/bundle/neosnippet-snippets
+ url = https://github.com/Shougo/neosnippet-snippets.git
+[submodule ".vim/bundle/neobundle.vim"]
+ path = .vim/bundle/neobundle.vim
+ url = https://github.com/Shougo/neobundle.vim.git
+[submodule ".vim/bundle/vimproc.vim"]
+ path = .vim/bundle/vimproc.vim
+ url = https://github.com/Shougo/vimproc.vim.git
+[submodule ".vim/bundle/vim-marching"]
+ path = .vim/bundle/vim-marching
+ url = https://github.com/osyo-manga/vim-marching.git
+[submodule ".vim/bundle/vim-reunions"]
+ path = .vim/bundle/vim-reunions
+ url = https://github.com/osyo-manga/vim-reunions.git
+[submodule ".vim/bundle/echodoc.vim"]
+ path = .vim/bundle/echodoc.vim
+ url = https://github.com/Shougo/echodoc.vim.git
+[submodule ".vim/bundle/clang_complete"]
+ path = .vim/bundle/clang_complete
+ url = https://github.com/Rip-Rip/clang_complete.git
+[submodule ".vim/bundle/YouCompleteMe"]
+ path = .vim/bundle/YouCompleteMe
+ url = https://github.com/Valloric/YouCompleteMe.git