From 07797b39851da045aa1bfd0289de0858a1377c48 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sun, 18 Dec 2022 20:29:55 +0100 Subject: Switched to nvim and neovide --- install.sh | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 install.sh (limited to 'install.sh') diff --git a/install.sh b/install.sh deleted file mode 100755 index bc8a868..0000000 --- a/install.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/env bash - -# Welcome to Vimax! -THIS_DIR=$(dirname $(realpath $0)) - -pushd . - -# Change to this files directory -cd $THIS_DIR - -# Fetch dependencies (git submodules)... -awk '/path = (.*)/{PATH=$3;next} /url = /{URL=$3;next} URL{system("git submodule add " URL " " PATH)}' .gitmodules -git submodule update --init --remote --progress --recursive - -# compile YouCompleteMe -# dependencies: python-certifi -cd $THIS_DIR/pack/vim/opt/YouCompleteMe -./install.py --clang-completer - - - - -popd -- cgit v1.2.3