diff options
| author | David Kaufmann <astra@ionic.at> | 2019-08-02 12:26:27 +0200 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2019-08-02 12:26:27 +0200 |
| commit | ab36b16e10fcd8ed918c1a23bea9a57339166796 (patch) | |
| tree | c5e721b9d0c3eb6fe1290bc15d4b3b7edef6de51 /src/vim-powerline.sh | |
| parent | 78290f9c2094f8d2eafdf885c1b5584c497c0b69 (diff) | |
| download | config-ab36b16e10fcd8ed918c1a23bea9a57339166796.tar.gz | |
cleanup vim plugins
Diffstat (limited to 'src/vim-powerline.sh')
| -rwxr-xr-x | src/vim-powerline.sh | 12 |
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 |
