Skip to content

Instantly share code, notes, and snippets.

@rozzy
Created July 2, 2014 08:46
Show Gist options
  • Save rozzy/4149b264d386cf596359 to your computer and use it in GitHub Desktop.
Save rozzy/4149b264d386cf596359 to your computer and use it in GitHub Desktop.
My vim settings
set mousemodel=extend
set ai
set ruler
filetype plugin on
set number
syntax on
set tabstop=2
set shiftwidth=2
set expandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment