Skip to content

Instantly share code, notes, and snippets.

@joeclark-phd
Created October 9, 2014 16:09
Show Gist options
  • Save joeclark-phd/abcdd443237fbe0ff051 to your computer and use it in GitHub Desktop.
Save joeclark-phd/abcdd443237fbe0ff051 to your computer and use it in GitHub Desktop.
my .vimrc customizations
""""""""""""""""""""""""""""""""""""""""
" settings from here on are Joe's custom settings
""""""""""""""""""""""""""""""""""""""""
" convert all tabs/indents to four regular spaces
set tabstop=4
set shiftwidth=4
set expandtab
" set the color scheme
colorscheme slate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment