Skip to content

Instantly share code, notes, and snippets.

@s4553711
Created September 2, 2013 13:20
Show Gist options
  • Save s4553711/6412800 to your computer and use it in GitHub Desktop.
Save s4553711/6412800 to your computer and use it in GitHub Desktop.
My vimrc
set tabstop=4
set shiftwidth=4
set nu
set hls
call pathogen#runtime_append_all_bundles()
syntax on
filetype plugin indent on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment