vim-scraper / vim-scraper

Scrappy script scraping robot

Home Page:http://vim-scripts.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename destination folder

helmuthdu opened this issue · comments

I would be great, for a better organization, if possible rename the plugins destination folders... something like this:
Bundle 'kien/ctrlp.vim' , {'name': 'ctrlp'}
Bundle 'Lokaltog/vim-easymotion' , {'name' : 'easymotion'}
Bundle 'Lokaltog/vim-powerline' , {'name' : 'tools-powerline'}
Bundle 'altercation/vim-colors-solarized' , {'name' : 'color-solarized'}
Bundle 'jelera/vim-gummybears-colorscheme' , {'name' : 'color-gummybears'}
Bundle 'sjl/badwolf' , {'name' : 'color-badwolf'}

I assume it's Vundle, right?
It's not related to vim-scripts, closing.

PS: please reopen this issue for Vundle if it's still relevant.