diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 30 |
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 |