Skip to content

Instantly share code, notes, and snippets.

@rbtnn
Created December 21, 2014 16:51
Show Gist options
  • Save rbtnn/fdfcc30e0a441e780c81 to your computer and use it in GitHub Desktop.
Save rbtnn/fdfcc30e0a441e780c81 to your computer and use it in GitHub Desktop.
1) シェル内で
$ wget -O rails.zip "http://www.vim.org/scripts/download_script.php?src_id=13800"
$ unzip rails.zip -d ~/.vim/
2) ~/.vimrc内で
set runtimepath+=~/.vim/rails
を記載。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment