From 5a6d64d4012cbeef7cfd80716b67e3e859eb264d Mon Sep 17 00:00:00 2001 From: Autumn Naber Date: Tue, 12 Mar 2024 09:09:01 -0700 Subject: [PATCH] Udated YouCompleteMe instructions and removed ref from repo --- .gitmodules | 3 --- setup.sh | 3 ++- vim/bundle/YouCompleteMe | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) delete mode 160000 vim/bundle/YouCompleteMe diff --git a/.gitmodules b/.gitmodules index b235089..d45c3c8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,9 +34,6 @@ [submodule "vim/bundle/vim-bufferline"] path = vim/bundle/vim-bufferline url = https://github.com/bling/vim-bufferline -[submodule "vim/bundle/YouCompleteMe"] - path = vim/bundle/YouCompleteMe - url = https://github.com/ycm-core/YouCompleteMe.git [submodule "vim/bundle/tagbar"] path = vim/bundle/tagbar url = https://github.com/preservim/tagbar.git diff --git a/setup.sh b/setup.sh index 2dc0a89..d4ed901 100755 --- a/setup.sh +++ b/setup.sh @@ -33,5 +33,6 @@ echo "" echo "NOTE: If you wand to use YCM, you need to do the following:" echo " - Install python3-dev" echo " - Install either vim-nox or build vim from source with python3 enabled" -echo " - cd ~/.vim/bundle/YouCompleteMe && python3 install.py --clangd-completer" +echo " - Download and install YCM: https://github.com/ycm-core/YouCompleteMe.git" +echo " - cd ./YouCompleteMe && python3 install.py --clangd-completer" echo " - Remove comment markers under OPTION B in your .vimrc" diff --git a/vim/bundle/YouCompleteMe b/vim/bundle/YouCompleteMe deleted file mode 160000 index 4f1dcf4..0000000 --- a/vim/bundle/YouCompleteMe +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4f1dcf4f971517b5a41d420b3671259f917e3827