Skip to content

Instantly share code, notes, and snippets.

@Cosmicist
Created September 28, 2012 16:25
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 Cosmicist/3800781 to your computer and use it in GitHub Desktop.
Save Cosmicist/3800781 to your computer and use it in GitHub Desktop.
My Vim config
syntax on "not really necessary, but just in case
colorscheme twilight256 "needs https://github.com/flazz/vim-colorschemes
"indents
set shiftwidth=4
set tabstop=4
set softtabstop=4
set expandtab
"features
set number "show line numbers
set ruler "again not really necessary, but just in case
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment