diff --git a/README.md b/README.md index 95c5ec0..9d2bbd8 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,10 @@ Plugin 'Lokaltog/vim-easymotion' Plugin 'tpope/vim-rails.git' " The sparkup vim script is in a subdirectory of this repo called vim. - " Pass the path to set the runtimepath properly. + " Pass the path to set the runtimepath inside the repo properly. Plugin 'rstacruz/sparkup', {'rtp': 'vim/'} + " Pass the path to set the plugin's runtimepath dir. + Plugin 'joonty/vim-sauce', {'bundle_dir' : '~/plugin_dir/'} " scripts from http://vim-scripts.org/vim/scripts.html Plugin 'L9' Plugin 'FuzzyFinder' diff --git a/test/vimrc b/test/vimrc index 13dd2e2..1972b1d 100644 --- a/test/vimrc +++ b/test/vimrc @@ -51,6 +51,7 @@ Bundle '~/Dropbox/.gitrepos/utilz.vim.git' " with options Bundle 'rstacruz/sparkup.git', {'rtp': 'vim/'} Bundle 'matchit.zip', {'name': 'matchit'} +Plugin 'joonty/vim-sauce', {'bundle_dir' : '~/.vim/custom_bundle/'} " Camel case Bundle 'vim-scripts/RubySinatra'