@ -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"
@ -5,5 +5,3 @@ sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
nvim +'PlugInstall --sync' +qa
cd ~/.local/share/nvim/plugged/YouCompleteMe && python3 install.py --all