joaopalotti / dotvim

My .vim configuration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotvim

My .vim configuration.

I got tired of copying my .vim files around and found this wonderful idea [here] (http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/).

How To:

git clone https://github.com/joaopalotti/dotvim.git .vim
cd ~/.vim
git submodule init
git submodule update --init --recursiv
git submodule foreach git pull origin master

After that, go to ~/.vim/bundle/YouCompleteMe, and install it:

cd ~/.vim/bundle/YouCompleteMe
./install.sh

Enjoy!

ToDo

Check if it is worth using YouCompleteMe

About

My .vim configuration.


Languages

Language:HTML 83.5%Language:Perl 10.5%Language:Vim Script 3.9%Language:Shell 1.7%Language:Awk 0.3%Language:Batchfile 0.1%