mirror of
1
0
Fork 0

Fixed a typo in documentation

This commit is contained in:
amix 2013-04-14 12:50:51 -03:00
parent 8b5bc388b0
commit 6e12f37544
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ After you have installed the setup you can create **~/.vim_runtime/my_configs.vi
You can also install your own plugins, for instance, via pathogen we can install [vim-rails](https://github.com/tpope/vim-rails):
cd ~/.vim_runtime
git clone git://github.com/tpope/vim-rails.git sources_plugins/vim-rails
git clone git://github.com/tpope/vim-rails.git sources_non_forked/vim-rails
Now you have vim-rails installed ;-)