Skip to content

Adding your own customisations

krisleech edited this page Dec 11, 2011 · 3 revisions

Option 1

Add your changes in ~/.vimrc.local, this file is sourced by the main .vimrc file if it exists. The only thing you will not be able to do in ~/.vimrc.local is add new bundles (plugins).

Option 2 (recommended)

Fork this project and commit changes to your fork and pull upstream changes when necessary.