Skip to content

Instantly share code, notes, and snippets.

@jreisinger
Created March 7, 2012 21:20
Show Gist options
  • Save jreisinger/1996322 to your computer and use it in GitHub Desktop.
Save jreisinger/1996322 to your computer and use it in GitHub Desktop.
.vimrc
"" filetype
filetype plugin on
set ofu=syntaxcomplete#Complete " omni completion
syntax enable
"" indenting
set tabstop=2
set shiftwidth=2
"set expandtab " spaces instead of tab
set autoindent
"" statusline
set statusline=%F%m%r%h%w\ [FORMAT=%{&ff}]\ [TYPE=%Y]\ [ASCII=\%03.3b]\ [HEX=\%02.2B]\ [POS=%04l,%04v][%p%%]\ [LEN=%L]
set laststatus=2
"" other
set nu
""set paste " pasting text without indenting, use manually
set textwidth=80
colors koehler
set listchars=tab:>-,trail:-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment