diff --git a/.gitmodules b/.gitmodules index 9f01f3f..bc5a12c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,6 +13,6 @@ [submodule "vim/bundle/vim-colors-solarized"] path = vim/bundle/vim-colors-solarized url = git@github.com:altercation/vim-colors-solarized -[submodule "vim/bundle/neocomplcache.vim"] - path = vim/bundle/neocomplcache.vim - url = git@github.com:Shougo/neocomplcache.vim.git +[submodule "vim/bundle/YouCompleteMe"] + path = vim/bundle/YouCompleteMe + url = git@github.com:Valloric/YouCompleteMe.git diff --git a/vim/bundle/YouCompleteMe b/vim/bundle/YouCompleteMe new file mode 160000 index 0000000..af0fdef --- /dev/null +++ b/vim/bundle/YouCompleteMe @@ -0,0 +1 @@ +Subproject commit af0fdef1b91717d74e11718eb0ce9a49b061348a diff --git a/vim/bundle/neocomplcache.vim b/vim/bundle/neocomplcache.vim deleted file mode 160000 index 2374429..0000000 --- a/vim/bundle/neocomplcache.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 237442924ac366015e6e0a8a13a31ac37be0c696