Created
December 13, 2011 00:40
-
-
Save XayOn/1469848 to your computer and use it in GitHub Desktop.
Vim Starter.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plugins=( "python.vim" "pydoc.vim" "The-NERD-tree" "minibufexpl.vim" "fugitive.vim" "Better-CSS-Syntax-for-Vim" "Syntastic" "Conque-Shell" "vimblog.vim" "mru.vim" "The-NERD-Commenter" "pythonhelper" "pythoncomplete" "taglist.vim" "TagHighlight" "snipMate" ) | |
# Make a backup of all old stuff | |
[[ -e .vim ]] && mv .vim vim-backup; [[ -e .vimrc ]] && mv .vimrc vimrc-backup | |
# Get pathogen. | |
wget --no-check-certificate -nd -P ~/.vim/autoload https://github.com/vim-scripts/pathogen.vim/raw/master/plugin/pathogen.vim | |
# Download local-vimrc plugin (not available in an easy-to-get source | |
wget http://lh-vim.googlecode.com/svn/misc/trunk/plugin/local_vimrc.vim -nd -P ~/.vim/bundle/local_vimrc/plugin/ | |
# Install pathogen and use .vimrc for local_vimrc plugin | |
# grep 'call pathogen#infect()' ~/.vimrc || { echo -e "\ncall pathogen#infect()\nlet g:local_vimrc=\".vimrc\"\n" >> ~/.vimrc; } | |
wget --no-check-certificate https://raw.github.com/gist/1471849/8552689457645e21a7e8d4d0040d232f3f7ff851/.vimrc -O ~/.vimrc | |
#Get plugins | |
cd ~/.vim/bundle && for i in ${plugins[@]}; do git clone https://github.com/vim-scripts/$i; done |
I put command-t plugin there, but installation is awful.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bueno, le quité la comprobación de los certificados, peticion de un amigo maquero (todos tenemos uno xD xD)