Udated YouCompleteMe instructions and removed ref from repo

This commit is contained in:
Autumn Naber
2024-03-12 09:09:01 -07:00
parent 056df5ec19
commit 5a6d64d401
3 changed files with 2 additions and 5 deletions

View File

@@ -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"