summaryrefslogtreecommitdiff
path: root/src/vim-powerline.sh
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@ionic.at>2019-08-02 12:26:27 +0200
committerDavid Kaufmann <astra@ionic.at>2019-08-02 12:26:27 +0200
commitab36b16e10fcd8ed918c1a23bea9a57339166796 (patch)
treec5e721b9d0c3eb6fe1290bc15d4b3b7edef6de51 /src/vim-powerline.sh
parent78290f9c2094f8d2eafdf885c1b5584c497c0b69 (diff)
downloadconfig-ab36b16e10fcd8ed918c1a23bea9a57339166796.tar.gz
cleanup vim plugins
Diffstat (limited to 'src/vim-powerline.sh')
-rwxr-xr-xsrc/vim-powerline.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/vim-powerline.sh b/src/vim-powerline.sh
deleted file mode 100755
index 1d0743a..0000000
--- a/src/vim-powerline.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-# goto root dir (this script resides in src)
-BASEDIR=`dirname $(readlink -f $0)`
-cd ${BASEDIR}/../
-
-cd src/vim-powerline
-
-GENDIR="../../gen"
-
-mkdir -p $GENDIR/.vim
-cp -r autoload doc plugin $GENDIR/.vim