From 28a7938882c5457ab18adaa17688a0585ebd33d2 Mon Sep 17 00:00:00 2001 From: Jacob Spizziri Date: Wed, 28 Mar 2018 16:15:13 -0500 Subject: [PATCH] doc(README.md): Update documentation on including... ... your own plugins --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2597cf6..d3c09179 100644 --- a/README.md +++ b/README.md @@ -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