X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=127b1a41e0b3f99451018aa94ce1bfb370cb3c68;hb=da7b1cd63c5ed062102aecdbff66ac195a22d61f;hp=dcaad16f5d292a575e906000ce8341883e265f01;hpb=ce25aec84e8327aa1ddc8de833d3a9a68ea89583;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index dcaad16..127b1a4 100755 --- a/setup.sh +++ b/setup.sh @@ -20,6 +20,12 @@ . ../lib.sh +# Create local directories. +mkdir -p vim/cache + +# Create documentation tags for pathogen plugins. +vim -e -c ':call pathogen#helptags()' -c ':q' + # Link setup. link vim ~/.vim link vimrc ~/.vimrc