Browse Source

Add the description of bundle_dir

modified:   README.md
	modified:   test/vimrc
pull/422/head
leiming 12 years ago
parent
commit
f3605de5a4
2 changed files with 4 additions and 1 deletions
  1. +3
    -1
      README.md
  2. +1
    -0
      test/vimrc

+ 3
- 1
README.md View File

@ -60,8 +60,10 @@
Plugin 'Lokaltog/vim-easymotion' Plugin 'Lokaltog/vim-easymotion'
Plugin 'tpope/vim-rails.git' Plugin 'tpope/vim-rails.git'
" The sparkup vim script is in a subdirectory of this repo called vim. " 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/'} 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 " scripts from http://vim-scripts.org/vim/scripts.html
Plugin 'L9' Plugin 'L9'
Plugin 'FuzzyFinder' Plugin 'FuzzyFinder'


+ 1
- 0
test/vimrc View File

@ -51,6 +51,7 @@ Bundle '~/Dropbox/.gitrepos/utilz.vim.git'
" with options " with options
Bundle 'rstacruz/sparkup.git', {'rtp': 'vim/'} Bundle 'rstacruz/sparkup.git', {'rtp': 'vim/'}
Bundle 'matchit.zip', {'name': 'matchit'} Bundle 'matchit.zip', {'name': 'matchit'}
Plugin 'joonty/vim-sauce', {'bundle_dir' : '~/.vim/custom_bundle/'}
" Camel case " Camel case
Bundle 'vim-scripts/RubySinatra' Bundle 'vim-scripts/RubySinatra'


Loading…
Cancel
Save