Skip to content

Instantly share code, notes, and snippets.

@lmatteis
Created November 16, 2016 14:43
Show Gist options
  • Save lmatteis/141b4e925ab21e588807d3b87fb051ff to your computer and use it in GitHub Desktop.
Save lmatteis/141b4e925ab21e588807d3b87fb051ff to your computer and use it in GitHub Desktop.
set tabstop=2 " tab width is 4 spaces
set shiftwidth=2 " indent also with 4 spaces
set expandtab
syntax on " syntax highlighting
filetype indent on " activates indenting for files
set autoindent " auto indenting
set number " line numbers
colorscheme desert " colorscheme desert
set nobackup " get rid of anoying ~file
set scrolloff=10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment