Skip to content

Commit

Permalink
doc(README.md): Update documentation on including... (amix#406)
Browse files Browse the repository at this point in the history
... your own plugins
  • Loading branch information
jspizziri authored and amix committed Mar 31, 2018
1 parent 66ece5a commit f0a7be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0a7be6

Please sign in to comment.