From 816394461c460fa19478887825d51e93fd58a9cb Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 31 Aug 2014 23:07:41 +0200 Subject: [PATCH] Reverted back to using YCM: --- .gitmodules | 6 +++--- vim/bundle/YouCompleteMe | 1 + vim/bundle/neocomplcache.vim | 1 - 3 files changed, 4 insertions(+), 4 deletions(-) create mode 160000 vim/bundle/YouCompleteMe delete mode 160000 vim/bundle/neocomplcache.vim 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