Skip to content

Instantly share code, notes, and snippets.

@tyleretters
Created October 11, 2013 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tyleretters/6940243 to your computer and use it in GitHub Desktop.
Save tyleretters/6940243 to your computer and use it in GitHub Desktop.
tse .vimrc v2013-10-11
" tse vimrc v2013-10-11
colorscheme pablo
filetype indent on
filetype on
filetype plugin on
let &t_Co=256
set nocompatible
set encoding=utf-8
set expandtab
set hidden
set lazyredraw
set number
set shiftwidth=4
set showmode
set smartindent
set ts=4
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment