Remove YCM from vim install script

main
Guus van Meerveld 2 years ago
parent 5bc3e5b873
commit 185f1473dd
Signed by: Guusvanmeerveld
GPG Key ID: 2BA7D7912771966E

@ -30,7 +30,7 @@ case $1 in
;;
install-server)
sudo apt install python3 neovim neofetch cmake curl python3-dev -y
sudo apt install python3 neovim neofetch cmake curl -y
$ROOT/install -c "$DOTFILES/install-server.yaml"
;;

@ -4,6 +4,4 @@
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
nvim +'PlugInstall --sync' +qa
cd ~/.local/share/nvim/plugged/YouCompleteMe && python3 install.py --all
nvim +'PlugInstall --sync' +qa