view bin/install-vim-rails @ 641:84a1e86d1afc

[vimrc] Prevent pointer to stick at the bottom of screen
author nanaya <me@nanaya.pro>
date Mon, 08 Jun 2020 15:06:56 +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
)