Skip to content

Instantly share code, notes, and snippets.

@mikluko
Created May 26, 2011 19:00
Show Gist options
  • Save mikluko/993788 to your computer and use it in GitHub Desktop.
Save mikluko/993788 to your computer and use it in GitHub Desktop.
simple vimrc
if !exists("syntax_on")
syntax on
endif
set number
set tabstop=4
set softtabstop=4
set expandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment