Created
January 16, 2013 20:53
-
-
Save ChimeraCoder/4550860 to your computer and use it in GitHub Desktop.
Bare-bones .vimrc
This file contains hidden or 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
syn on | |
set autoindent | |
set expandtab | |
set tabstop=4 | |
set shiftwidth=4 | |
set nu | |
set nocompatible | |
filetype indent on | |
filetype plugin on | |
colorscheme delek |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment