Mercurial > ec-dotfiles
view bin/install-vim-rails @ 680:a34ee4c7d0ce
[vimrc] Newer vim seem to have mouse enabled by default?
author | nanaya <me@nanaya.pro> |
---|---|
date | Mon, 13 Jun 2022 00:56: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 )