view bin/install-vim-nerdtree @ 574:562fff349744

Default 4 spaces without tab.
author nanaya <me@myconan.net>
date Mon, 07 Sep 2015 16:46:26 +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
)