Merge branch 'master' of github.com:amix/vimrc
This commit is contained in:
commit
993ed55304
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ The basic version is useful to install on remote servers where you don't need ma
|
|||
|
||||
## How to install on Windows?
|
||||
|
||||
Use [msysgit](http://msysgit.github.com/) to checkout the repository and run the installation instructions above. No special instructions needed ;-)
|
||||
Use [gitforwindows](http://gitforwindows.org/) to checkout the repository and run the installation instructions above. No special instructions needed ;-)
|
||||
|
||||
|
||||
## How to install on Linux
|
||||
|
@ -137,7 +137,7 @@ After you have installed the setup, you can create **~/.vim_runtime/my_configs.v
|
|||
You can also install your plugins, for instance, via pathogen you can install [vim-rails](https://github.com/tpope/vim-rails):
|
||||
|
||||
cd ~/.vim_runtime
|
||||
git clone git://github.com/tpope/vim-rails.git sources_non_forked/vim-rails
|
||||
git clone git://github.com/tpope/vim-rails.git my_plugins/vim-rails
|
||||
|
||||
|
||||
## Key Mappings
|
||||
|
|
Loading…
Reference in a new issue