El Viernes, 2 de noviembre de 2012, Some Developer escribió: > I'll give you the steps I take to get to the stage above: > > cd ~ > rm -rf .vim* > rm .gvimrc > git clone <REPO_URL> .vim > cd .vim > git submodule init > git submodule update > ln -s ~/.vimrc ~/.vim/vimrc_config > > pretty much all there is to it.
Are you calling pathogen#infect with the proper directory to initialize everything? If you want, give a look to how I am doing it: https://github.com/suy/configs -- Alex (a.k.a. suy) | GPG ID 0x0B8B0BC2 http://barnacity.net/ | http://disperso.net -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
