Created
March 10, 2012 01:06
-
-
Save jstadler/2009530 to your computer and use it in GitHub Desktop.
A vim configuration I used over the course of 6+ months. Worked well, felt the need to keep it somewhere.
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
set nocompatible | |
set cindent | |
set smartindent | |
set autoindent | |
set tabstop=4 | |
set shiftwidth=4 | |
set showmatch | |
set ruler | |
set incsearch | |
set number | |
syntax on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment