view bin/install-vim-nerdtree @ 529:de3ff51840a3

Skip clipboard loading for speedup in current setup. - putty - opensuse - no X
author edogawaconan <me@myconan.net>
date Thu, 16 Oct 2014 21:47:36 +0900
parents f1550e3f0aee
children
line wrap: on
line source

#!/bin/sh

set -e
set -u

(
  cd ~/.vim/bundle
  test -d nerdtree || git clone https://github.com/scrooloose/nerdtree.git
)