What I actually did was install pathogen as per https://github.com/tpope/vim-pathogen (more or less)
mkdir -p ~/.vim/autoload ~/.vim/bundle; curl -so ~/.vim/autoload/pathogen.vim https://raw.github.com/tpope/vim-pathogen/HEAD/autoload/pathogen.vim
echo -e "\n\ncall pathogen#infect()\n\n" >> ~/.vimrc
Then manually install just the few plugins I really wanted.
cd .vim/bundle/
git clone git://github.com/pangloss/vim-javascript.git
git clone git://github.com/timcharper/textile.vim.git
git clone git://github.com/tpope/vim-markdown.git
git clone git://github.com/nono/vim-handlebars.git
git clone git://github.com/kchmck/vim-coffee-script.git
mkdir jQuery
curl -o jQuery/jquery.vim http://www.vim.org/scripts/download_script.php?src_id=15752
No comments:
Post a Comment