view bin/install-vim-nerdtree @ 675:68fbd1336559

[license] License year is a thing
author nanaya <me@nanaya.pro>
date Tue, 05 Apr 2022 14:00: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
)