- Download
wget -O install.sh https://raw.githubusercontent.com/byjamaljama/vim/main/install.sh
- Make it executable
chmod u+x install.sh
- Run
./install.sh
- Open vim and install the bundle
vim
:PluginInstall
- Install YCM
cd ~/.vim/bundle/YouCompleteMe
# You may need to install cmake if not installed.
#sudo pip install cmake
# Install YouCompleteMe
python3 install.py --all