Skip to content

Instantly share code, notes, and snippets.

@branliu0
Created May 14, 2012 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save branliu0/2692610 to your computer and use it in GitHub Desktop.
Save branliu0/2692610 to your computer and use it in GitHub Desktop.
Brandon Liu's .vimrc
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