Created
May 14, 2012 08:02
-
-
Save branliu0/2692610 to your computer and use it in GitHub Desktop.
Brandon Liu's .vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nocompatible | |
behave xterm | |
filetype plugin indent on | |
syntax on | |
source $HOME/.vim/vimrc/filetypes.vim | |
source $HOME/.vim/vimrc/looks.vim | |
source $HOME/.vim/vimrc/mappings.vim | |
source $HOME/.vim/vimrc/misc.vim | |
source $HOME/.vim/vimrc/plugin_configs.vim | |
source $HOME/.vim/vimrc/plugins.vim | |
source $HOME/.vim/vimrc/settings.vim | |
source $HOME/.vim/vimrc/spelling.vim | |
" Source a local vimrc if it exists | |
if filereadable(expand("$HOME/.vimrc.local")) | |
source $HOME/.vimrc.local | |
endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment