Skip to content

Instantly share code, notes, and snippets.

@tpsilva
Created August 28, 2014 23:46
Show Gist options
  • Save tpsilva/1f3f110a4484550e6880 to your computer and use it in GitHub Desktop.
Save tpsilva/1f3f110a4484550e6880 to your computer and use it in GitHub Desktop.
.vimrc
set hlsearch
set smartindent
set expandtab
set shiftwidth=4
set softtabstop=4
set nobackup
set encoding=utf-8
set number
set guioptions-=T
set guioptions-=m
set guioptions-=r
set guioptions-=l
set guioptions-=b
set guioptions-=L
color tango-desert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment