Browse Source

Merge a69e11d1f5 into 5d9b059701

pull/701/merge
lslxdx 9 years ago
committed by GitHub
parent
commit
a49abc917a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@ -63,8 +63,8 @@
Plugin 'tpope/vim-fugitive'
" plugin from http://vim-scripts.org/vim/scripts.html
Plugin 'L9'
" Git plugin not hosted on GitHub
Plugin 'git://git.wincent.com/command-t.git'
" Git plugin is now hosted on GitHub
Plugin 'git@github.com:wincent/command-t.git'
" git repos on your local machine (i.e. when working on your own plugin)
Plugin 'file:///home/gmarik/path/to/plugin'
" The sparkup vim script is in a subdirectory of this repo called vim.


Loading…
Cancel
Save