mirror of
https://github.com/amix/vimrc
synced 2024-12-12 21:22:32 +00:00
doc(README.md): Update documentation on including... (#406)
... your own plugins
This commit is contained in:
parent
66ece5a119
commit
f0a7be6ebc
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
You can also install your plugins, for instance, via pathogen you can install [vim-rails](https://github.com/tpope/vim-rails):
|
||||||
|
|
||||||
cd ~/.vim_runtime
|
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
|
## Key Mappings
|
||||||
|
|
Loading…
Reference in a new issue