vimrc

Managing a vimrc doesn't have to be hard, I recommend using a modular setup like this:

I also don't usually keep my vimrc file in the root directory, and so I usually do a link like this

    
        ln -s /Users/cjm/projects/toolbox/content/programming/vim/.vimrc ~/.vimrc
    

edit this page