Created
October 11, 2013 19:01
-
-
Save tyleretters/6940243 to your computer and use it in GitHub Desktop.
tse .vimrc v2013-10-11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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