Vundle > Pathogen
Because why even download/clone/submodule stuff, when you can just mention it by name! vimrc gets the following set rtp+=~/.vim/bundle/vundle/ call vundle#rc() Then you just mention the bundles by…
2 posts
Because why even download/clone/submodule stuff, when you can just mention it by name! vimrc gets the following set rtp+=~/.vim/bundle/vundle/ call vundle#rc() Then you just mention the bundles by…
Putting it to use with some clojure plugins: mkdir -p ~/.vim/autoload ~/.vim/bundle curl -Sso ~/.vim/autoload/pathogen.vim https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim cd ~…