view bin/install-vim-rails @ 656:c495e6236cfd

Update gemrc for skipping docs
author nanaya <me@nanaya.pro>
date Sun, 25 Jul 2021 21:36:26 +0900
parents 214df22d4d9e
children
line wrap: on
line source

#!/bin/sh

set -e
set -u

(
  cd ~/.vim/bundle
  test -d vim-rails || git clone git://github.com/tpope/vim-rails.git
)